← All plugins
hookify
v0.1.0Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Claude Code
by Daisy Hollman140.8kupdated 1 day ago
Source
git clone https://github.com/anthropics/claude-codeClone 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",
"version": "0.1.0",
"description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns",
"author": {
"name": "Daisy Hollman",
"email": "daisy@anthropic.com"
}
}