active/dev.llm-session/SKILL.md
Find, map, or resume Codex CLI sessions.
npx skillsauth add kevinslin/skills dev.llm-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identify Codex session IDs from local history or session files and resume the correct interactive session quickly.
codex resume --last.~/.codex/history.jsonl.~/.codex/sessions.codex resume --all or
codex resume --cd <DIR> to avoid cwd filtering.Use one of the scripts below (preferred) or inspect a session file directly.
History search (preferred):
python scripts/find_session_id.py --query "resume a session"
python scripts/find_session_id.py --last
Session file inspection:
python scripts/inspect_session_file.py ~/.codex/sessions/2025/09/27/rollout-*.jsonl --id-only
Manual inspection (JSONL):
head -n 1 ~/.codex/sessions/2025/09/27/rollout-*.jsonl
Look for payload.id in the session_meta line.
codex resume <SESSION_ID>
If the cwd has changed, prefer:
codex resume --all
codex resume --cd /path/to/original/workdir <SESSION_ID>
Search ~/.codex/history.jsonl and print matching session IDs.
Options:
--query <text> filter by substring match--last return only the most recent entry--limit <n> limit output rows (default: 10)--full disable truncationRead a JSON or JSONL session file and print metadata.
Options:
--id-only print only the session id~/.codex/history.jsonl contains { session_id, ts, text } entries.~/.codex/sessions/**/rollout-*.jsonl includes session_meta.payload.id.~/.codex/sessions/**/rollout-*.json includes session.id.development
Create, rename, audit, or close a tracked Codex task whose turns and status are persisted in the local thread ledger. Only use when directly invoked.
testing
Manage Git preflight, branch and worktree creation, and completed-work cleanup. Use when explicitly invoked.
databases
Automatically use for durable knowledge, configured project-context lookup, and schema-backed artifact layouts.
content-media
Create, update, or optimize skills and SKILL.md content.