Plugin Claude Code
Marketplace hosting the handoff-revive plugin for cheap session resumption.
Plugin Claude Code
Marketplace hosting the handoff-revive plugin for cheap session resumption.
Plugin Claude Code
Save a compact handoff checkpoint and resume in a fresh session without replaying the entire transcript via --resume. Multi-language (en/ja/zh/zh-TW/ko/es/pt/de/fr/tr — 10 total), zero-token deterministic schema validation, turn-count nudge hook, and AUTO-SAVE at 90%/95% usage (synced with Claude Code's UI…
Command
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status.
Command
Show what changed between the current handoff and a past snapshot, section by section. Usage - /handoff-revive:diff [timestamp].
Command
Diagnose the handoff-revive installation - toolchain, script pairs, hooks, and current handoff state.
Command
List handoff snapshots in .claude/handoff/history/ (one is archived automatically on every save).
Command
Preview what the next session will read from .claude/handoff/current.md (read-only dry-run, zero-token shell check).
Command
Restore a handoff snapshot from .claude/handoff/history/ as the current handoff. Usage - /handoff-revive:restore.
Command
Resume work from .claude/handoff/current.md in this fresh session (skip --resume).
Command
Save a compact handoff checkpoint so a fresh session can resume cheaply (no --resume).
Command
Post the current handoff as a PR comment so reviewers see the work context. Usage - /handoff-revive:share-to-pr [PR number].
Command
Show save/resume statistics and the estimated tokens saved vs claude --resume.
Command
Park the handoff belonging to another branch and restore this branch's one (per-branch handoffs).
Hook
Runs when the agent finishes a response, executing checkpoint-counter.sh via bash. From sofumel/claude-handoff-revive.
Hook
Runs when a session starts, executing session-start.sh via bash. From sofumel/claude-handoff-revive.
Hook
Runs after a tool call finishes, executing usage-monitor.sh via bash. From sofumel/claude-handoff-revive.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh via bash. From sofumel/claude-handoff-revive.
Hook
Runs before the context is compacted, executing pre-compact.sh via bash. From sofumel/claude-handoff-revive.
Skill Claude CodeCodex
Save a compact handoff checkpoint and resume work in a fresh session without replaying the entire transcript via --resume. SAVE trigger — the slash command /handoff-revive:save (carries forward still-relevant goal/decisions/lessons from any existing handoff, then runs a content-quality check). AUTO-SAVE trigger — when…