Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From planning
Intercepts Grep/Glob and Task/Agent calls to inject instructions for using colgrep semantic search, and initializes colgrep on session start. Runs shell commands and modifies tool behavior.
2 events · 2 hooks
npx claudepluginhub umputun/cc-thingz --plugin planningWhere 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; true10msShare bugs, ideas, or general feedback.