Stats
Actions
Tags
From planning
Blocks GitHub writes (Edit, Write, WriteIfFullResponse) via a matcher for the `claudius_github` MCP plugin. Runs a setup script on session start. Executes bash commands.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
ExitPlanModepython3 ${CLAUDE_PLUGIN_ROOT}/scripts/plan-review-hook.py345600msmkdir -p "${CLAUDE_PLUGIN_DATA}/prompts" "${CLAUDE_PLUGIN_DATA}/agents" && for f in "${CLAUDE_PLUGIN_ROOT}/skills/exec/references/prompts/"*.md; do [ -f "$f" ] && bn=$(basename "$f") && [ ! -f "${CLAUDE_PLUGIN_DATA}/prompts/$bn" ] && cp "$f" "${CLAUDE_PLUGIN_DATA}/prompts/$bn"; done; for f in "${CLAUDE_PLUGIN_ROOT}/skills/exec/references/agents/"*.txt; do [ -f "$f" ] && bn=$(basename "$f") && [ ! -f "${CLAUDE_PLUGIN_DATA}/agents/$bn" ] && cp "$f" "${CLAUDE_PLUGIN_DATA}/agents/$bn"; done; true10ms44plugins reuse this hooks config
First indexed Dec 9, 2025
Showing the 6 earliest of 44 plugins
npx claudepluginhub umputun/cc-thingz --plugin planning