skill-curator
Installation
SKILL.md
skill-curator
Workflow
- Inventory —
for d in <root>/*/*/; do grep -E '^(name|description):' "$d/SKILL.md"; done - Cluster — group by topic; flag pairs whose descriptions overlap or triggers could both fire.
- Read suspects — never classify from description or regex alone.
- Classify against taxonomy below.
- Surface findings + recommended fix — get direction before multi-file refactor; small isolated fixes can proceed.
- Fix and verify. Don't commit unless asked.
Taxonomy
- Forked script — same script copied across skills. Diff for drift. One owner; the other points to it.
- Contradiction — conflicting instructions for the same artifact. Pick owner; other defers.
- Restatement — one skill re-derives another's content. Replace with a one-line pointer.
- Bloat — frequently-loaded file carrying rare detail. Externalize to
references/; keep quick-fixes inline. - Internal defect — duplicate headers/numbering, dead path refs, dead code.