Stats
Actions
Tags
From hookify
Blocks Task tool calls via a backstop subagent, recalls context after every tool use, validates workflow, and auto-recalls context on user prompt submit. Runs bash scripts.
4 events · 4 hooks
Safety 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"'10msnpx claudepluginhub minhthang1009/dotclaude --plugin hookify