Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From brainbrew-devkit
Runs Node.js runner script on 9 lifecycle events: Stop, PreToolUse, PostToolUse (Agent only), SessionStart/End, SubagentStart/Stop, Notification, UserPromptSubmit. Timeouts 30-120s. No bash or file writes.
9 events · 9 hooks
npx claudepluginhub brainbrewlabs/brainbrew-devkit --plugin brainbrew-devkitWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" Stop60ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" PreToolUse30ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" SessionEnd30msAgent_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" PostToolUse120ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" Notification30ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" SessionStart30ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" SubagentStop120ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" SubagentStart30ms.*_R="${CLAUDE_PLUGIN_ROOT}"; node "$_R/scripts/runner.cjs" UserPromptSubmit30msShare bugs, ideas, or general feedback.