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 --all or codex resume --cd <DIR> to avoid cwd filtering.

2. Derive the session ID

Installs
1
GitHub Stars
13
First Seen
8 days ago
dev.llm-session — kevinslin/skills