What problem does it solve? Building custom Claude Code Skills requires knowing the exact SKILL.md format, YAML frontmatter rules, and directory conventions, and mistakes in any of these prevent Claude from discovering or loading the skill. ## Core Features & Use Cases - Specification Guidance: Documents the required name and description frontmatter fields, character limits, and formatting rules for valid skills. - Progressive Disclosure Architecture: Explains the 3-level loading model (metadata, SKILL.md body, referenced files) so skills scale without context bloat. - Ready-to-Use Templates: Provides basic, intermediate, and advanced skill templates plus real-world examples for documentation and code generation skills. - Use Case: You want to build a custom skill that generates React components for your team. Use this skill to scaffold the directory, write a compliant SKILL.md, and add scripts and resource templates that Claude can invoke. ## Quick Start Ask Claude to create a new skill called 'my-first-skill' with proper frontmatter and directory structure using the Skill Builder guidelines.