Skip to content
Development
Command

/list

List handoff snapshots in `.claude/handoff/history/` (one is archived automatically on every save).

From plugin
claude-handoff-revive
611 skills11 commands
Install
$ npx -y skills add sofumel/claude-handoff-revive --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/list

Context preview

What this command does when you run it.

List handoff snapshots in `.claude/handoff/history/` (one is archived automatically on every save).

Command definition

list.md
description: List handoff snapshots in `.claude/handoff/history/` (one is archived automatically on every save).

Run the `list-history` script and show the result in the user's language (read `.claude/handoff/lang`):

  • Linux/macOS/WSL/Git-Bash:
  bash "${CLAUDE_PLUGIN_ROOT:-.claude}/skills/handoff-revive/scripts/list-history.sh"
  • Windows PowerShell:
  $r = if ($env:CLAUDE_PLUGIN_ROOT) { $env:CLAUDE_PLUGIN_ROOT } else { ".claude" }; powershell -ExecutionPolicy Bypass -File "$r/skills/handoff-revive/scripts/list-history.ps1"

Then remind the user they can restore any snapshot with `/handoff-revive:restore <timestamp>` (the current handoff is archived first, so restore is never destructive).

Note: snapshots older than `HANDOFF_HISTORY_RETENTION_DAYS` (default 30) are cleaned up automatically at session start.

Ships withclaude-handoff-revive

Resume Claude Code work after rate/usage/context limits without replaying the prior transcript. Auto-saves at 90%/95% usage. Plugin-installable, 10 languages.

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
1
Forks
Maintained
Maintenance
PowerShell
Language
MIT
License
1mo ago
Last commit
3mo ago
Created

Repo: sofumel/claude-handoff-revive