What problem does it solve?
It solves the problem of creating Claude Code skills that are poorly structured, hard to reuse, and unreliable for the model to invoke at the right times.
Core Features & Use Cases
- Skill architecture guidance: Defines the required SKILL.md structure, frontmatter fields, and progressive disclosure concept so the model gets lightweight metadata first and detailed instructions only when triggered.
- Invocation control: Explains how to use disable-model-invocation and user-invocable to prevent risky side-effect actions and to control whether Claude auto-invokes a skill.
- Quality best practices: Provides constraints for name/description fields, guidance for focusing scopes, and inclusion of examples to improve effectiveness.
- Optional resource linking: Shows how to reference additional files such as REFERENCE.md and templates in SKILL.md.
Quick Start
Ask an AI agent to create a new skill named skill-name and include the correct SKILL.md frontmatter plus clear, step-by-step instructions and at least one example of invocation and expected output.