Repository workflow
A catalog you can rebuild.
The interface reads the same inventory you review in Git. Update the source once; the catalog follows.
Source of truth
skills.json holds metadata. guides/ holds judgment.
- 01
Scan the machine
Regenerate the inventory after installing, modifying, or removing a skill.
pnpm scan - 02
Give it a purpose
Reference the skill in at least one file under guides/ so it appears in task-based filters.
$skill-name → guides/development.md - 03
Verify before commit
Check complete guide coverage, TypeScript, tests, and the production Next.js build.
pnpm verify