Content Preview
--- description: Get help with the hookify plugin allowed-tools: ["Read"] --- # 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**: Bef
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/hookify/help.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/hookify/commands/help.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/anthropics/claude-plugins-officialThen reference at plugins/hookify/commands/help.md
Related Skills
example-plugin/example-command
An example slash command that demonstrates command frontmatter options (legacy format)
commandcommandexample-pluginexample-command
by Anthropic · anthropic-official-plugins
hookify/configure
Enable or disable hookify rules interactively
commandcommandhookifyconfigure
by Anthropic · anthropic-official-plugins
hookify/list
List all configured hookify rules
commandcommandhookifylist
by Anthropic · anthropic-official-plugins
hookify/hookify
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
commandcommandhookifyhookify
by Anthropic · anthropic-official-plugins