npx claudepluginhub betamatt/claude-plugins --plugin no-ai-attributionDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-commit.py"
}
]
}
]
}"Runs pre-tool-safety-check.sh on every PreToolUse event to perform safety checks before tool calls, with potential to block unsafe ones. No bash or file writes."