What problem does it solve?
Keeps a distributed skill library consistent after structural changes by scanning every SKILL.md and synchronizing indexes, documentation, and call graphs so references do not become stale or broken.
Core Features & Use Cases
- Scans all .agents/skills/*/SKILL.md files to build a canonical registry of skill names, descriptions, categories, triggers, and call relationships.
- Updates central references: docs/SKILL-INDEX.md, AGENTS.md, README.md, docs/skill-graph.md, docs/prd/PRD.md, docs/architecture.md, and logs changes to docs/skill-outputs/SKILL-OUTPUTS.md.
- Validates cross-references, flags broken or orphaned entries, conditionally invokes codebase-understanding or prd-writing to create missing docs, and always invokes generate-changelog as the final step.
- Use case: run after adding, renaming, splitting, deprecating, or recategorizing skills to automatically rebuild call graphs and documentation and to produce an audit log and changelog entry.
Quick Start
Run library-skill after adding, renaming, or deprecating a skill to automatically synchronize indexes, documentation, call graphs, and changelogs.