Stats
Actions
Tags
From collavre
Runs a setup script on session start and triggers a review script when exiting plan mode in Claude Code. Executes shell commands from plugin scripts.
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
mcp__collavre__replynode ${CLAUDE_PLUGIN_ROOT}/dist/pretooluse-hook.jscd ${CLAUDE_PLUGIN_ROOT} && { { [ -d node_modules ] && [ ! package-lock.json -nt node_modules/.package-lock.json ]; } || npm install --ignore-scripts; } && { { [ -f dist/index.js ] && [ -z "$(find package.json package-lock.json tsconfig.json src -newer dist/index.js -print -quit 2>/dev/null)" ]; } || npm run build; }npx claudepluginhub sh1nj1/plan42 --plugin collavre42plugins reuse this hooks config
First indexed Dec 9, 2025
Showing the 6 earliest of 42 plugins