Display hookify help and documentation
Displays comprehensive help documentation for the Hookify custom rules system.
/plugin marketplace add athola/claude-night-market/plugin install hookify@claude-night-marketHookify enables creation of custom behavioral rules through markdown configuration files. Prevent unwanted behaviors with pattern matching - no complex JSON or coding required.
Create a rule:
/hookify Don't use console.log in files
View your rules:
/hookify:list
Manage rules:
/hookify:configure
/hookify [instruction] - Create rule or analyze conversation/hookify:list - Show all rules/hookify:configure - Enable/disable rules interactively/hookify:help - This help messageRules are stored in .claude/hookify.{name}.local.md
---
name: dangerous-rm
enabled: true
event: bash
pattern: rm\s+-rf
action: block
---
š **Dangerous rm command!**
This could delete files.
For detailed rule syntax and examples:
Skill(hookify:writing-rules)
For hook scope decisions:
Skill(abstract:hook-scope-guide)
Issues and questions: https://github.com/athola/claude-night-market/issues