Skill Governance
Meta-skills for managing your Claude Code skills ecosystem — indexing what exists, auditing quality, and detecting conflicts.
Companion index:
skills-index.mdat 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 or /index-skills full |
| Refresh the skills index | index-skills | /index-skills full |
| Look up a specific skill | index-skills | /index-skills <skill-name> |
| Evaluate a skill's quality | audit-skill | /audit-skill <skill-name> |
| Check for skill conflicts | audit-skill | /audit-skill <skill-name> |
| Review a skill before adopting it | audit-skill | /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:
- Create
skills/<skill-name>/SKILL.mdwithdisable-model-invocation: trueandparent: skill-governance— so leaf skills don't compete with this router for triggering - Add a row to the routing table above
- Run
/index-skills fullto regenerate the index