Provides comprehensive technical guidance for creating, managing, and debugging auto-activating Claude Code skills following Anthropic's architectural patterns.
This skill serves as a meta-guide for developers looking to extend Claude Code's capabilities through specialized domain skills and custom hooks. It streamlines the creation process by enforcing Anthropic's best practices, such as the 500-line rule and progressive disclosure patterns, while offering deep technical insights into YAML frontmatter, regex-based intent matching, and the UserPromptSubmit hook system. Whether you are architecting a complex domain-specific utility or troubleshooting skill activation logic in skill-rules.json, this resource provides the templates and validation steps necessary to build efficient, high-performance AI coding extensions.
Key Features
0181 GitHub stars
02Regex-based intent pattern matching and keyword triggers
03Automated skill activation and hook logic documentation
04Schema validation for skill-rules.json configuration files
05Comprehensive debugging workflows using SKILL_DEBUG variables
06Anthropic 500-line rule enforcement for context efficiency
Use Cases
01Debugging skill activation and hook system failures
02Implementing progressive disclosure for large documentation sets
03Architecting new domain-specific Claude Code skills