Content Preview
--- description: Enable or disable hookify rules interactively allowed-tools: ["Glob", "Read", "Edit", "AskUserQuestion", "Skill"] --- # Configure Hookify Rules **Load hookify:writing-rules skill first** to understand rule format. Enable or disable existing hookify rules using an interactive interface. ## Steps ### 1. Find Existing Rules Use Glob tool to find all hookify rule files: ``` pattern: ".claude/hookify.*.local.md" ``` If no rules found, inform user: ``` No hookify rules configur
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/hookify/configure.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/hookify/commands/configure.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/configure.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/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
hookify/hookify
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
commandcommandhookifyhookify
by Anthropic · anthropic-official-plugins