codex-sessionlisted
Install: claude install-skill stewartcelani/skills
# Codex Session
Find persisted local Codex task conversations on the current machine, understand what they were doing, and help the user resume or hand off the work. The primary job is **conversation discovery and recovery**; a transfer to another agent is optional.
## What to Use
```text
/codex-session <GUID> Inspect one known Codex task.
/codex-session latest Find the most recent local task.
/codex-session "Task name" Find a task by its title.
/codex-session What have I been working on lately? Show recent local tasks and ask which to inspect.
```
Use this when a task died because of context exhaustion, a crash, quota exhaustion, or an interrupted session. Local transcripts and task metadata can still reveal the user intent, work completed, decisions, errors, referenced files, and last next step.
## Local Discovery Workflow
```text
[GUID, task title, phrase, or "latest"]
|
v
[Local Codex task index + transcripts]
|
v
[Inspect selected task and referenced artifacts]
|
v
[Resume here | start a new task | hand off to Claude]
```
Use `<python>` for an available Python 3 launcher and `<skill-dir>` for this skill's directory.
```text
# Recent tasks for the current project; omit --cwd to search every project.
<python> "<skill-dir>/scripts/monitor_active_sessions.py" --cwd "<project-root>" --recent 8 --details
# Find a task by its visible title or a