Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From hookify
Runs Python scripts on Stop, PreToolUse, PostToolUse, and UserPromptSubmit events to observe or modify Claude Code's behavior. Executes Python commands.
4 events · 4 hooks
npx claudepluginhub minhthang1009/dotclaude --plugin hookifySafety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
sh -c 'command -v python3 >/dev/null 2>&1 && PY=python3 || PY=python; "$PY" "${CLAUDE_PLUGIN_ROOT}/hooks/stop.py"'10mssh -c 'command -v python3 >/dev/null 2>&1 && PY=python3 || PY=python; "$PY" "${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse.py"'10mssh -c 'command -v python3 >/dev/null 2>&1 && PY=python3 || PY=python; "$PY" "${CLAUDE_PLUGIN_ROOT}/hooks/posttooluse.py"'10mssh -c 'command -v python3 >/dev/null 2>&1 && PY=python3 || PY=python; "$PY" "${CLAUDE_PLUGIN_ROOT}/hooks/userpromptsubmit.py"'10msShare bugs, ideas, or general feedback.