Skip to content
BeClaude

SkillOps-OS

New
GitHub TrendingGeneralby RicoMitra

Local-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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/skillops-os.md

3
Invoke with @agent-name
@skillops-os

Use Cases

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.

Usage Examples

1

/skillops-os import https://raw.githubusercontent.com/user/repo/main/SKILL.md

2

/skillops-os classify --role assistant --capabilities code-review,debugging

3

Detect conflicts among all skills in the ./skills directory and show a conflict report.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..