What problem does it solve? Building effective Claude Code skills requires understanding YAML frontmatter, trigger configuration, hook mechanics, and enforcement levels, and mistakes in skill-rules.json cause skills to never activate or fire incorrectly. ## Core Features & Use Cases - Skill Authoring Guidance: Step-by-step process for creating SKILL.md files with proper frontmatter, the 500-line rule, and progressive disclosure via reference files. - Trigger Configuration: Complete reference for keywords, intent regex patterns, file path globs, and content patterns in skill-rules.json, plus a copy-paste pattern library. - Hook Mechanics & Debugging: Deep documentation of UserPromptSubmit and PreToolUse hook flows, exit code behavior, session state tracking, and a full troubleshooting guide. - Use Case: When adding a new guardrail skill that blocks Prisma edits until schema verification, use this Skill to write the SKILL.md, configure block enforcement with skip conditions, and test the hooks with npx tsx commands. ## Quick Start Ask the AI to create a new Claude Code skill with trigger rules for a specific topic using the skill-developer guide.