What problem does it solve? When a coding agent like Codex or Claude Code stops mid-task due to rate limits, crashes, or context loss, the work context is stranded in its session logs. This Skill locates the other agent's session by ID, reconstructs the goal, changes, and next steps from the logs, and lets you safely continue the work. ## Core Features & Use Cases - Session Discovery: Searches Codex (~/.codex/sessions/**/*.jsonl) and Claude Code (~/.claude/projects/<cwd-slug>/*.jsonl) logs, filtered to the current repository, and lets you pick a session via an interactive prompt. - Context Reconstruction: Extracts the user's goal, agreed plan, edited files, executed commands, test results, and unresolved issues from the session log, then cross-checks everything against the current git state. - Structured Handoff Report: Writes a standardized summary to .ai-handoff/resumed-session.md using a template, with confidence level and the minimal next step. - Use Case: Your Codex session hit a rate limit halfway through a refactor. Ask the agent to resume from that session ID, and it restores the goal, inspects uncommitted changes, and continues the refactor safely. ## Quick Start Resume the work from my previous Codex session and continue where it left off.