What problem does it solve?
This Skill helps developers create, configure, test, and troubleshoot Claude Code skills without losing track of structure, activation behavior, or enforcement rules.
Core Features & Use Cases
- Skill Structure Guidance: Create valid skills with YAML frontmatter, focused instructions, progressive disclosure, and the 500-line rule.
- Trigger Configuration: Define and refine keyword, intent, file-path, and content-pattern triggers in skill-rules.json.
- Hook and Guardrail Debugging: Understand UserPromptSubmit and PreToolUse hooks, exit-code behavior, session tracking, skip conditions, and common activation failures.
- Use Case: When a new domain skill does not activate reliably, use this guide to inspect its metadata, refine matching patterns, validate configuration, and test the hooks against realistic prompts and files.
Quick Start
Use the skill-developer skill to create or troubleshoot a Claude Code skill and verify its triggers, frontmatter, hook behavior, and progressive-disclosure structure.