What problem does it solve? Writing hookify rules requires knowing the exact frontmatter schema, event types, condition operators, and regex syntax, and mistakes in any of these cause rules to silently fail or misfire. ## Core Features & Use Cases - Rule File Authoring: Guides creation of .claude/hookify.{name}.local.md files with correct frontmatter fields including name, enabled, event, action, and pattern. - Event and Condition Coverage: Documents bash, file, stop, prompt, and all event types plus multi-condition rules using operators like regex_match, contains, and starts_with. - Regex Pattern Guidance: Provides tested pattern examples for dangerous commands, console.log detection, sensitive file edits, and completion checklists. - Use Case: You want Claude Code to warn whenever a rm -rf command is run. Use this Skill to generate a properly formatted bash-event rule with the pattern rm\s+-rf and a warning message, saved to .claude/hookify.dangerous-rm.local.md. ## Quick Start Ask the AI to create a hookify rule that warns when console.log is added to TypeScript files.