← ClaudeAtlas

skill-governancelisted

Manage your Claude Code skills ecosystem. Use when asked to index skills, audit skill quality, list installed skills, check for skill conflicts, or manage the skills system.
dylanpulver/claude-skills · ★ 0 · AI & Automation · score 71
Install: claude install-skill dylanpulver/claude-skills
# Skill Governance Meta-skills for managing your Claude Code skills ecosystem — indexing what exists, auditing quality, and detecting conflicts. > Companion index: `skills-index.md` at your skills repo root (generated by `/index-skills full`). ## Start Here Determine what the user needs and route to the appropriate skill: | User wants to... | Route to | Invoke with | |---|---|---| | See what skills are installed | [index-skills](../index-skills/SKILL.md) | `/index-skills` or `/index-skills full` | | Refresh the skills index | [index-skills](../index-skills/SKILL.md) | `/index-skills full` | | Look up a specific skill | [index-skills](../index-skills/SKILL.md) | `/index-skills <skill-name>` | | Evaluate a skill's quality | [audit-skill](../audit-skill/SKILL.md) | `/audit-skill <skill-name>` | | Check for skill conflicts | [audit-skill](../audit-skill/SKILL.md) | `/audit-skill <skill-name>` | | Review a skill before adopting it | [audit-skill](../audit-skill/SKILL.md) | `/audit-skill <path-to-SKILL.md>` | If no row fits, say so and handle the request directly. ## Adding New Meta-Skills When adding a new skill to this plugin: 1. Create `skills/<skill-name>/SKILL.md` with `disable-model-invocation: true` and `parent: skill-governance` — so leaf skills don't compete with this router for triggering 2. Add a row to the routing table above 3. Run `/index-skills full` to regenerate the index