Displays Hookify system overview covering event types (bash, file, stop, prompt, all), rule file format, commands (/hookify, /hookify-list, /hookify-configure), and regex pattern tips.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:hookify-helpThe summary Claude sees in its command listing — used to decide when to auto-load this command
Display comprehensive hookify documentation.
## Hook System Overview
Hookify creates rule files that integrate with Claude Code's hook system to prevent unwanted behaviors.
### Event Types
- `bash`: triggers on Bash tool use and matches command patterns
- `file`: triggers on Write/Edit tool use and matches file paths
- `stop`: triggers when a session ends
- `prompt`: triggers on user message submission and matches input patterns
- `all`: triggers on all events
### Rule File Format
Files are stored as `.claude/hookify.{name}.local.md`:
### Commands
- `/hookify [description]` create...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 pathnpx claudepluginhub manish0941/utkarsh/hookify-helpDisplays Hookify system overview covering event types (bash, file, stop, prompt, all), rule file format, commands (/hookify, /hookify-list, /hookify-configure), and regex pattern tips.
/hookify-helpDisplays comprehensive documentation for the hookify system, including event types, rule file format, and available commands.
/helpDisplays Hookify documentation: overview, quick start, commands (/hookify, /list, /configure), rule syntax in markdown, event types (bash, file, stop, prompt, all), actions (warn, block), and support links.
/new-hookCreates and configures Claude Code hooks from a natural language description, setting up events, matchers, and shell commands for workflow automation, notifications, formatting, and behavior control.
/create-hookScaffolds, debugs, validates, and analyzes Claude Code hooks with built-in templates and conflict detection.