Stats
Actions
Tags
From claude-code-handoff
Captures telemetry data on session stop and end, manages consent, and displays onboarding/roadmap nudges on session start. Runs Python scripts.
3 events · 3 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
tee_payload="$(cat || true)"; printf '%s' "$tee_payload" | bash "${CLAUDE_PLUGIN_ROOT}/bin/probe_hook.sh" Stop; printf '%s' "$tee_payload" | bash "${CLAUDE_PLUGIN_ROOT}/bin/handoff_turn_append.sh" 2>/dev/null || truetee_payload="$(cat || true)"; printf '%s' "$tee_payload" | bash "${CLAUDE_PLUGIN_ROOT}/bin/probe_hook.sh" SessionEnd; bash "${CLAUDE_PLUGIN_ROOT}/bin/write_handoff.sh" >/dev/null 2>&1 || truebash "${CLAUDE_PLUGIN_ROOT}/bin/probe_hook.sh" SessionStart </dev/null; f="$CLAUDE_PROJECT_DIR/.claude/handoff_current.md"; if [ -f "$f" ]; then echo '## Auto-loaded handoff from previous session'; echo; cat "$f"; fi76plugins reuse this hooks config
First indexed Dec 2, 2025
Showing the 6 earliest of 76 plugins
npx claudepluginhub scottconverse/claude-code-handoff-cowork --plugin claude-code-handoff