recover-agent-sessions

star 1

Find recent Claude and Codex sessions updated in a relative duration window. Use when the user is recovering after a restart, browsing recent agent work, or deciding which session to resume.

f1sherman By f1sherman schedule Updated 4/23/2026

name: _recover-agent-sessions description: > Find recent Claude and Codex sessions updated in a relative duration window. Use when the user is recovering after a restart, browsing recent agent work, or deciding which session to resume.

Recover Agent Sessions

Run _recover-agent-sessions with the user-provided duration, or no argument for the default 24h window.

Examples:

_recover-agent-sessions
_recover-agent-sessions 4h
_recover-agent-sessions today
_recover-agent-sessions yesterday

Use it as a browsing and triage tool first.

The human-readable output prints flat YAML-like entries with the most important fields first and --- separators between sessions so multiple results stay readable.

When the user invokes this skill by name, return the helper's human-readable output verbatim by default.

Do not rewrite it into Blocked / Active sections, compressed bullet lists, or any other alternate format unless the user explicitly asks for a summary or reformat.

For each result, surface:

  1. what the session was working on
  2. the last completed step
  3. the likely next step
  4. the conservative status guess
  5. the generated resume command

Do not automatically resume a session just because it appears in the list.

Use the generated resume command only if the user explicitly wants to continue a specific session. Resume commands must use:

  • codex-yolo for Codex sessions
  • claude-yolo for Claude sessions

Keep the status semantics strict:

  • done only when the session shows PR creation, PR merge, and branch/worktree cleanup
  • blocked when the session is waiting on review, manual work, credentials, or another external dependency
  • active otherwise
Install via CLI
npx skills add https://github.com/f1sherman/new-machine-bootstrap --skill recover-agent-sessions
Repository Details
star Stars 1
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator