auto
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Park the handoff belonging to another branch and restore this branch's one (per-branch handoffs).
> /plugin marketplace add sofumel/claude-handoff-revive > /plugin install handoff-revive@handoff-revive-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/switchContext preview
What this command does when you run it.
Park the handoff belonging to another branch and restore this branch's one (per-branch handoffs).
description: Park the handoff belonging to another branch and restore this branch's one (per-branch handoffs).
Run the `switch-branch-handoff` script and relay its output in the user's language (read `.claude/handoff/lang`):
bash "${CLAUDE_PLUGIN_ROOT:-.claude}/skills/handoff-revive/scripts/switch-branch-handoff.sh" $r = if ($env:CLAUDE_PLUGIN_ROOT) { $env:CLAUDE_PLUGIN_ROOT } else { ".claude" }; powershell -ExecutionPolicy Bypass -File "$r/skills/handoff-revive/scripts/switch-branch-handoff.ps1"What it does: `current.md` stays the single active handoff; the one belonging to another branch is parked under `.claude/handoff/branches/<branch>.md` and the current branch's parked handoff (if any) is restored. Nothing is destroyed — collisions are archived to history first.
After a successful restore, offer `/handoff-revive:resume`. If it restored nothing (clean slate), suggest `/handoff-revive:save` once work starts. If it errors because the handoff has no `branch:` metadata, explain it predates v1.1 and should be re-saved on its own branch first.
Resume Claude Code work after rate/usage/context limits without replaying the prior transcript. Auto-saves at 90%/95% usage. Plugin-installable, 10 languages.
Repo: sofumel/claude-handoff-revive
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Show what changed between the current handoff and a past snapshot, section by section. Usage - /handoff-revive:diff [timestamp]
Diagnose the handoff-revive installation - toolchain, script pairs, hooks, and current handoff state.
List handoff snapshots in `.claude/handoff/history/` (one is archived automatically on every save).
Preview what the next session will read from `.claude/handoff/current.md` (read-only dry-run, zero-token shell check).