Skip to content
A/Agent Skills
← Back to catalog

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.

  1. 01

    Scan the machine

    Regenerate the inventory after installing, modifying, or removing a skill.

    pnpm scan
  2. 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
  3. 03

    Verify before commit

    Check complete guide coverage, TypeScript, tests, and the production Next.js build.

    pnpm verify
Read the development guide →Browse the inventory →