What problem does it solve?
This Skill provides expert guidance for creating, writing, and refining Claude Code Skills. It helps authors adhere to best practices and standard patterns, ensuring skills are well-structured and maintainable.
Core Features & Use Cases
- Structured frontmatter guidance: ensures YAML frontmatter includes name, description, and optional fields like allowed-tools or model.
- Pure XML body discipline: advocates using XML tags for all content to improve parseability and token efficiency.
- Progressive disclosure: promotes dividing content into references, workflows, and scripts so Claude loads context on demand.
- Router patterns and templates: outlines when to use a router-based skill, templates for repeatable outputs, and scripts for executable utilities.
- Best practices and anti-patterns: provides concrete rules to improve quality and avoid common pitfalls.
Quick Start
Start with a minimal SKILL.md containing frontmatter and a small XML body, then gradually add references, workflows, and examples as needed.