Provides comprehensive guidance for creating, managing, and debugging custom skills in Claude Code following Anthropic's official best practices.
This skill serves as a meta-framework for developers looking to extend Claude Code's capabilities. It provides the architectural patterns needed to build efficient, auto-activating skills, covering everything from YAML frontmatter and the 500-line rule to complex regex intent patterns and hook system mechanics. By implementing progressive disclosure and standardized validation techniques, it ensures that custom AI enhancements remain maintainable, performant, and perfectly aligned with Claude's operational constraints.
Key Features
01Standardized YAML frontmatter and metadata structure
02UserPromptSubmit hook implementation mechanics
03Automated skill activation debugging tools
04Anthropic 500-line rule enforcement guide
05Custom trigger and intent pattern templates
060 GitHub stars
Use Cases
01Building domain-specific knowledge bases for specialized engineering teams
02Standardizing AI behavior and documentation patterns across a codebase
03Debugging and refining complex skill activation triggers in Claude Code