Agent skill
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".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/codex-resume
SKILL.md
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
- Check if user specified a session ID
- If no session ID: Run
codex resume --last - If session ID provided: Run
codex resume <session-id> - 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 execcall - Session IDs appear in the output of each Codex call
--lastresumes the most recent session
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?