# Codex Resume

> Use to resume a previous Codex conversation. Triggers on "continue codex", "resume codex", "pick up where codex left off", "continue the codex session".

- Skill: `majiayu000/codex-resume` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/codex-resume`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/codex-resume/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/codex-resume

---


# Codex Resume Skill

Resume a previous Codex conversation session.

## When to Use

- User wants to continue a previous Codex discussion
- Following up on earlier Codex analysis
- Adding to a previous query

## Execution

1. Check if user specified a session ID
2. If no session ID: Run `codex resume --last`
3. If session ID provided: Run `codex resume <session-id>`
4. Continue the conversation

## Response Format

```
**Resuming Codex Session:**
[Session ID being resumed]

**Continued Conversation:**
[Codex's response]

**Session ID:** [id] (for future resumption)
```

## Notes

- Sessions are automatically created by each `codex exec` call
- Session IDs appear in the output of each Codex call
- `--last` resumes the most recent session

