plugins marketplace
← All plugins

hookify

v0.1.0

Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns

Claude Code

by Daisy Hollman934updated 2 weeks ago

Source

git clone https://github.com/LING71671/Open-ClaudeCode

Clone 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"
  }
}