Get help with the hookify plugin
# Hookify Plugin Help Explain how the hookify plugin works and how to use it. ## Overview The hookify plugin makes it easy to create custom hooks that prevent unwanted behaviors. Instead of editing `hooks.json` files, users create simple markdown configuration files that define patterns to watch for. ## How It Works ### 1. Hook System Hookify installs generic hooks that run on these events: - **PreToolUse**: Before any tool executes (Bash, Edit, Write, etc.) - **PostToolUse**: After a tool executes - **Stop**: When Claude wants to stop working - **UserPromptSubmit**: When user submits...