# Skill Governance

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

- Skill: `dylanpulver/skill-governance` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dylanpulver/skill-governance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dylanpulver/skill-governance/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dylanpulver (https://skillmd.com/u/dylanpulver)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dylanpulver/skill-governance

---


# 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

