What problem does it solve?
Creates production-ready Claude Code Skills by enforcing correct SKILL.md YAML frontmatter, clear operational instructions, and a directory structure Claude can reliably discover and load.
Core Features & Use Cases
- Skill discovery-ready frontmatter: Ensures the SKILL.md entrypoint includes required
name and description fields so Claude can match the skill to user requests.
- Progressive disclosure architecture: Structures the skill so metadata is lightweight while detailed guidance loads only when the skill is activated.
- Complete directory organization: Guides users to place skills at the correct top level and optionally add scripts, docs, and reference resources in supported folders.
- Use cases: Build custom workflow skills, generate reusable skill templates, and document capabilities for autonomous use across Claude surfaces.
Quick Start
Use this skill to create a new skill folder with SKILL.md at the top level, verify the YAML frontmatter is valid (includes both name and description), and restart Claude Code or refresh Claude.ai to confirm the skill is detected.