Plugin Claude Code
Security hooks, best practices, and hookify-plus engine.
Plugin Claude Code
Security hooks, best practices, and hookify-plus engine.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and NotebookEdit tool calls, running an inline shell check. From anthony-spruyt/claude-plugins.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
MCP server Claude CodeCodexCursor +2
MCP server "litellm", hosted remotely at litellm.${externaldomain}, as configured in anthony-spruyt/claude-plugins.
Instructions file
Claude Code instructions for anthony-spruyt/claude-plugins, covering claude.md, repository purpose, structure, commands and run tests.
Plugin Claude Code
Warning rules for conventional commits, tool usage, and shell wrappers.
Plugin Claude Code
Rule engine with convention-based discovery, rate-limited warnings, and stderr fix for #12446.
Agent
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: Context: User is running /hookify command without arguments\nuser: "/hookify"\nassistant: "I'll analyze the conversation to find behaviors you want to prevent"\n The /hookify command without arguments…
Hook
Runs before the agent uses a tool, executing pretooluse.py via python3. From anthony-spruyt/claude-plugins.
Hook
Runs when the agent finishes a response, executing stop.py via python3. From anthony-spruyt/claude-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit.py via python3. From anthony-spruyt/claude-plugins.
Skill Claude CodeCodex
This skill should be used when the user asks to "enable a hookify rule", "disable a hookify rule", "toggle hookify rules", or "configure hookify rules interactively".
Skill Claude CodeCodex
This skill should be used when the user asks "how does hookify work", "hookify help", "what is hookify", "how to create hookify rules", "what commands does hookify have", or needs an overview of the hookify plugin system.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a hookify rule", "hookify this behavior", "prevent this from happening again", "analyze conversation for unwanted behaviors", or invokes /hookify with or without arguments.
Skill Claude CodeCodex
This skill should be used when the user asks to "list hookify rules", "show my hooks", "what hookify rules are configured", "show active rules", or invokes /hookify:list.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", "hookify rule syntax", or needs guidance on hookify rule file format, frontmatter fields, and regex patterns.
Plugin Claude Code
23 blocking rules preventing secret exposure via CLI commands and file reads.