What problem does it solve? Keeping track of all AI agent skills in a project becomes difficult as the number of skills grows. This Skill maintains a centralized JSON registry so every skill is recorded, categorized, and searchable by name or description. ## Core Features & Use Cases - Registry Management: Add new skills to a structured JSON file with name, description, category, scope, and trigger metadata. - Search Functionality: Query the registry by name or description using jq commands to quickly find relevant skills. - skill-creator Integration: Automatically register new skills after creating them with the skill-creator skill, keeping the registry always up to date. - Use Case: After scaffolding a new skill for your Laravel + React project, register it in assets/registry.json so teammates and agents can discover it through the search index. ## Quick Start Ask the agent to add a new skill entry to the registry and then search the registry for skills related to backend development.