commands/hookify-help.md
Display comprehensive hookify documentation.
Hookify creates rule files that integrate with Claude Code's hook system to prevent unwanted behaviors.
bash: triggers on Bash tool use and matches command patternsfile: triggers on Write/Edit tool use and matches file pathsstop: triggers when a session endsprompt: triggers on user message submission and matches input patternsall: triggers on all eventsFiles are stored as .claude/hookify.{name}.local.md:
---
name: descriptive-name
enabled: true
event: bash|file|stop|prompt|all
action: block|warn
pattern: "regex pattern to match"
---
Message to display when rule triggers.
Supports multiple lines.
/hookify [description] creates new rules and auto-analyzes the conversation when no description is given/hookify-list lists configured rules/hookify-configure toggles rules on or offbash, match against the full command stringfile, match against the file path