SkillOps-OS
NewLocal-first AI skill governance console for importing `SKILL.md` files, classifying skill roles, sequencing Codex workflows, detecting conflicts, and exporting ready-to-use prompts plus Obsidian notes.
Summary
md files, classify skill roles, sequence Codex workflows, detect conflicts, and export ready-to-use prompts plus Obsidian notes.
- It streamlines the lifecycle of AI skills within a project, ensuring consistency and reducing manual overhead.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/skillops-os.md
@skillops-osUse Cases
Usage Examples
/skillops-os import https://raw.githubusercontent.com/user/repo/main/SKILL.md
/skillops-os classify --role assistant --capabilities code-review,debugging
Detect conflicts among all skills in the ./skills directory and show a conflict report.
Security Audits
Frequently Asked Questions
What is SkillOps-OS?
SkillOps-OS provides a local-first console for managing AI skill governance, allowing developers to import SKILL.md files, classify skill roles, sequence Codex workflows, detect conflicts, and export ready-to-use prompts plus Obsidian notes. It streamlines the lifecycle of AI skills within a project, ensuring consistency and reducing manual overhead.
How to install SkillOps-OS?
To install SkillOps-OS: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skillops-os.md. Finally, @skillops-os in Claude Code.
What is SkillOps-OS best for?
SkillOps-OS is a agent categorized under General. Created by RicoMitra.
What can I use SkillOps-OS for?
SkillOps-OS is useful for: Import a new SKILL.md file from a GitHub repository and automatically classify its role and capabilities.; Detect overlapping or conflicting skill definitions across multiple imported SKILL.md files before deployment.; Sequence a set of skills into a Codex workflow for automated multi-step task execution.; Export a collection of skills as formatted Obsidian notes for documentation and knowledge management.; Audit existing skill files for compliance with organizational governance rules and best practices.; Generate ready-to-use prompt templates from imported skills for immediate use in Claude Code..