auto
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Preview what the next session will read from `.claude/handoff/current.md` (read-only dry-run, zero-token shell check).
> /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.
/previewContext preview
What this command does when you run it.
Preview what the next session will read from `.claude/handoff/current.md` (read-only dry-run, zero-token shell check).
description: Preview what the next session will read from `.claude/handoff/current.md` (read-only dry-run, zero-token shell check).
Run the `preview-handoff` script and show the result. This is a **read-only** dry-run: it must not modify the handoff.
bash "${CLAUDE_PLUGIN_ROOT:-.claude}/skills/handoff-revive/scripts/preview-handoff.sh" $r = if ($env:CLAUDE_PLUGIN_ROOT) { $env:CLAUDE_PLUGIN_ROOT } else { ".claude" }; powershell -ExecutionPolicy Bypass -File "$r/skills/handoff-revive/scripts/preview-handoff.ps1"Then, in the user's language (read `.claude/handoff/lang`):
1. Show the summary block (size / token estimate / validation / freshness) as-is. 2. Summarize in 1–2 sentences whether this handoff is good enough to resume from cold: does `next_action` say exactly what to do, and are there warnings to address? 3. If validation is INVALID or freshness warns, suggest `/handoff-revive:save` to refresh — but do not save anything yourself in this command.
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).
Restore a handoff snapshot from `.claude/handoff/history/` as the current handoff. Usage - /handoff-revive:restore <timestamp>