{ "description": "ClaudeKit global hooks: dangerous command blocker, spec injection, prompt logging, session review", "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/pre-bash.py \"$CLAUDE_TOOL_INPUT\"" }, { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/inject-spec.py" } ] } ], "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/log-prompt.py" } ] } ] } }