What problem does it solve?
Creating or improving a Claude Code Skill is difficult because the description must trigger at the right times, while the body must provide clear, cold-start instructions in the correct plugin folder structure.
Core Features & Use Cases
- Workflow-first skill creation: turns a vague request into a concrete skill plan by gathering triggers, expected outputs, and common failure modes.
- Progressive disclosure structure: guides you to keep SKILL.md focused and move deeper detail into references/, scripts/, and assets/ with an explicit resource manifest.
- Trigger-accuracy optimization loop: provides an eval infrastructure to test whether a Skill’s YAML description actually causes Claude to invoke it, and iterates on improvements.
- Install-and-verify steps: covers reinstall verification and producing an eval record for shared learning across the system.
Quick Start
Use the new-skill workflow to create a new Skill by asking Claude to make a skill for "X" and writing SKILL.md to match the system’s progressive disclosure and trigger-accuracy requirements.