ops-resume
SolidReopen recently-closed Claude Code sessions, one per Ghostty tab. Finds recent session transcripts in ~/.claude/projects and resumes each in its own new tab via `claude --resume`, from the directory it was running in. macOS + Ghostty only.
Install
Quality Score: 81/100
Skill Content
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
recap
Show recent Claude Code sessions across all projects, so the user can re-enter work after a reboot or context switch. Lists per session the absolute project path, a short summary, last activity, turn count, git branch, model, and a ready-to-paste resume command, and can re-open all of them at once in new terminal tabs. Use when the user asks "what was I working on", "which projects did I touch recently", "where did I leave off", "list my recent sessions", "how do I get back into that session", "open all my sessions again", or invokes /recap. Reads only local files; the default run is instant and offline.
recover-session
Triggered by /recover-session [name-or-keyword]. Recovers a dead or closed Claude session — an orca agent pane, the orca orchestrator, or a solo session — by finding its resume UUID + cwd and producing the exact `claude --resume` command. Use when a cmux pane died mid-run, a terminal was closed accidentally, or the user says "recover session", "resurrect <agent>", "bring back <task>", or "find the transcript for X".
resume
Bring back a closed/dead executor tab — OR a crashed lead — WITH its full context. Reopens the same conversation via `claude --resume`, staged work intact. Invoke with /relay:resume, or when asked "bring back X", "reopen X", "X's tab closed, restore it", "resume that executor", "restore the crashed lead".