dev.llm-session
Installation
SKILL.md
dev.llm-session
Overview
Identify Codex session IDs from local history or session files and resume the correct interactive session quickly.
Workflow
1. Choose the lookup strategy
- Most recent session: Use
codex resume --last. - Known prompt or keyword: Search
~/.codex/history.jsonl. - Known session file: Inspect a JSON/JSONL file under
~/.codex/sessions. - Different cwd than the original session: Use
codex resume --allorcodex resume --cd <DIR>to avoid cwd filtering.