Plugin Claude Code
Pass the Baton - session-continuity plugin for Claude Code.
Plugin Claude Code
Pass the Baton - session-continuity plugin for Claude Code.
Plugin Claude Code
Save your Claude Code session at a context-fill threshold and resume it on the next session with the assignment auto-injected. Session-continuity hooks + skills, no cron required.
Hook Claude Code
Runs after a batch of tool calls, executing post-tool-batch.sh. From AaronCarney/pass-the-baton.
Hook Claude Code
Runs when a subagent starts, executing subagent-track-start.sh. From AaronCarney/pass-the-baton.
Hook Claude Code
Runs when a subagent finishes, executing post-subagent-cost.sh. From AaronCarney/pass-the-baton.
Hook Claude Code
Runs after a tool call finishes for Bash tool calls, executing tool-timing.sh and outcome-proxy-code-execution.sh (2 commands). From AaronCarney/pass-the-baton.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing outcome-proxy-retry-density.sh. From AaronCarney/pass-the-baton.
Settings file Claude Code
Agent settings declaring 5 hook events (PostToolBatch, SubagentStart, SubagentStop, PostToolUse).
Skill Claude CodeCodex
View or change Pass the Baton configuration. Use for template switching, threshold adjustment, or inspecting current config.
Skill Claude CodeCodex
Walk the user through Pass the Baton first-time setup, then run tools/install.sh with their answers. Generic OSS install assistant. Pauses for confirmation before each durable write (statusline, crontab).
Command
Fully disable Pass the Baton checkpointing for this session (all the way off).
Command
Save a checkpoint now and hand off early (baton renew) - writes the progress file, then clears.
Command
Briefly defer Pass the Baton checkpointing for this session (default 10 minutes).
Hook
Runs when a session starts, executing session-start.sh via bash. From AaronCarney/pass-the-baton.
Hook
Runs before the agent uses a tool, executing context-checkpoint.sh via bash. From AaronCarney/pass-the-baton.
Hook
Runs when a session ends, executing cleanup-on-exit.sh via bash. From AaronCarney/pass-the-baton.
Hook
Runs when the agent finishes a response, executing stop-relaunch-trigger.sh via bash. From AaronCarney/pass-the-baton.