hookify/hookify
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
Content Preview
--- description: Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions argument-hint: Optional specific behavior to address allowed-tools: ["Read", "Write", "AskUserQuestion", "Task", "Grep", "TodoWrite", "Skill"] --- # Hookify - Create Hooks from Unwanted Behaviors **FIRST: Load the hookify:writing-rules skill** using the Skill tool to understand rule file format and syntax. Create hook rules to prevent problematic behaviors by analyzing the conversat
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/hookify/hookify.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/hookify/commands/hookify.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/hookify.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/help
Get help with the hookify plugin
commandcommandhookifyhelp
by Anthropic · anthropic-official-plugins
hookify/list
List all configured hookify rules
commandcommandhookifylist
by Anthropic · anthropic-official-plugins