What problem does it solve?
Creating new Claude Code Skills with the correct structure, YAML frontmatter, and progressive disclosure can be complex, leading to poorly designed or undiscoverable tools that hinder AI automation.
Core Features & Use Cases
- Standardized Skill Creation: Guides you through building production-ready Claude Code Skills with mandatory YAML frontmatter (
name, description).
- Progressive Disclosure Architecture: Implements a 3-level system for efficient skill loading, ensuring minimal context penalty even with 100+ installed skills.
- Complete Directory Organization: Establishes proper file and folder structures, including optional
scripts/, resources/, and docs/ directories for full-featured skills.
- Use Case: Quickly scaffold a new "React Component Generator" skill by setting up its
SKILL.md with the right YAML, defining its quick start and detailed instructions, and organizing its templates and example components into dedicated resources/ directories.
Quick Start
Create a skill directory at ~/.claude/skills/my-first-skill.
Create a SKILL.md file within it with the required YAML frontmatter.
Verify the skill is detected by Claude Code.