Standardizes the documentation architecture for Claude Code skills using specialized executable and reference patterns.
This skill provides a formal framework for creating SKILL.md files within the Claude Code ecosystem, ensuring high-quality, predictable documentation for both humans and AI agents. It defines two primary documentation archetypes: a comprehensive 'Executable Skill' pattern for operational tools with scripts, and a lightweight 'Reference Skill' pattern for architectural conventions and coding patterns. By implementing these structures, developers can improve skill discoverability, simplify troubleshooting, and ensure that AI agents have the necessary context to execute tasks correctly.
Key Features
01Defines standardized templates for executable and reference documentation
02Provides a decision tree for selecting the appropriate documentation depth
03Standardizes metadata frontmatter for improved plugin discovery
040 GitHub stars
05Includes validation checklists for documentation completeness
06Offers clear guidance on documenting scripts, exit codes, and troubleshooting
Use Cases
01Standardizing documentation across large multi-plugin repositories
02Improving AI agent reliability by providing structured operational context
03Onboarding new contributors to follow repository-specific documentation styles