What problem does it solve?
This skill resolves confusion about how to structure a Claude Code Skill Unit so it can be auto-discovered, correctly load its YAML metadata, and provide the right level of instructions at the right time via progressive disclosure.
Core Features & Use Cases
- Skill unit structure: Guides how to create a valid skill directory with the required SKILL.md entry point and optional supporting folders (scripts/, references/, assets/).
- Discovery-ready frontmatter: Ensures SKILL.md includes a name and a description with specific trigger phrases for reliable activation.
- Context-efficient progressive disclosure: Establishes a practical loading model (metadata first, full SKILL.md on trigger, and bundled resources on demand) to keep context tight and scalable.
- Quality and safety checklist: Provides writing-style rules, size targets, and validation steps to reduce broken activations and overly large instructions.
Quick Start
Use the skill-development skill to write or improve a new SKILL.md by ensuring the frontmatter contains the correct name and a third-person description with concrete trigger phrases, then revise the body to follow the required imperative writing style and progressive disclosure structure.