What problem does it solve? When you switch from Codex CLI or VS Code to another agent, the prior conversation context is lost. This Skill reads the Codex session transcript for your current workspace and rebuilds a compact handoff so work can continue without starting over. ## Core Features & Use Cases - Session Discovery: Locates Codex cli and vscode rollout files (including .jsonl.zst archives) that exactly match the current working directory, by latest session or a given session id. - Safe Transcript Parsing: Treats all foreign transcript content as untrusted inert history, skipping system/developer/reasoning records, bounding message and tool output sizes, and reporting malformed data as warnings. - Verified Handoff: Summarizes the goal, completed work, open items, and stopping point, then instructs independent verification of the current repository state before continuing. - Use Case: You ran out of context in a Codex CLI session mid-refactor. Invoke this Skill to recover the latest request, files touched, and next step, then continue the task in the current agent. ## Quick Start Ask the agent to resume your latest Codex session in this workspace, optionally providing a specific Codex session id.