What problem does it solve? Building effective Claude Code skills requires understanding YAML frontmatter, trigger patterns, hook mechanics, and configuration schemas, and mistakes cause skills to never activate or fire incorrectly. ## Core Features & Use Cases - Skill Creation Workflow: Step-by-step process for authoring SKILL.md files with proper frontmatter, following the 500-line rule and progressive disclosure pattern. - 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 System Documentation: Deep dives into UserPromptSubmit and PreToolUse hook flows, exit code behavior, session state tracking, and skip conditions. - Use Case: When you need to add a guardrail skill that blocks Prisma edits until database column names are verified, this Skill provides the exact JSON schema, block message template, and testing commands to implement it correctly. ## Quick Start Ask the AI to create a new Claude Code skill with trigger rules for your chosen topic and test the activation hooks.