← All plugins
hookify
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Claude Code
by Anthropic33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hookify/ inside the repository.
Layout
plugins/hookify/
└── .claude-plugin/plugin.json
Manifests1
plugins/hookify/.claude-plugin/plugin.json
{
"name": "hookify",
"description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
}
}