Standardizes the creation of Claude Code skills by providing structured templates, frontmatter guidance, and progressive disclosure patterns.
This skill serves as the definitive guide for developers building functional extensions for Claude. It provides a structured framework for creating SKILL.md files, defining trigger-based frontmatter, and implementing progressive disclosure strategies to keep AI instructions concise yet powerful. By following these patterns, developers can ensure their skills are auto-loaded correctly, maintain high code quality through the skill-reviewer agent, and organize complex documentation into manageable references and examples.
Key Features
01Directory structure templates for references, examples, and scripts
02Progressive disclosure patterns for managing large-scale documentation
03Trigger phrase optimization for improved model invocation accuracy
04Integration with automated skill-reviewer tools for quality assurance
05Standardized YAML frontmatter configuration for skill auto-loading
060 GitHub stars
Use Cases
01Refactoring monolithic documentation into a modular skill structure
02Optimizing skill descriptions to ensure they trigger on specific user intents
03Scaffolding a new specialized Claude Code skill from scratch