Coding Agent Sessions
Finds and reconstructs real coding-agent session transcripts across Claude, Codex, OpenCode, and more.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 39213a3
Ran the bundled finder live against this machine's real ~/.claude/projects and ~/.codex/sessions stores with zero pip installs: it correctly listed actual Claude Code sessions (right cwd, timestamps, model) and actual Codex sessions side by side, then a `read` on one Claude session reconstructed all 10 real subagent transcripts matching the reported subagent_count exactly.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 10/10
- Docs & honesty 5/5
What Coding Agent Sessions does
Locates and reads local coding-agent session logs (Claude Code, Codex, OpenCode, Cursor CLI, Aider, Amp, and others) via a bundled pure-Python CLI that scans known transcript stores, JSONL rollouts, and SQLite state files with zero extra dependencies. Triggers on requests to find, search, list, or reconstruct past agent sessions — including vague memory-recall questions like 'what did I work on yesterday' — and resolves parent/subagent linkage across platforms.
How to install Coding Agent Sessions
git clone https://github.com/code-yeongyu/oh-my-openagent
cd oh-my-openagent
mkdir -p ~/.claude/skills
cp -r packages/shared-skills/skills/coding-agent-sessions ~/.claude/skills/coding-agent-sessions
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Coding Agent Sessions
-
/coding-agent-sessionsFinds and reconstructs real coding-agent session transcripts across Claude, Codex, OpenCode, and more.
It also activates on plain-language prompts like these:
-
List my recent Claude Code and Codex agent sessions -
Find the coding session where I edited the auth module -
Read the subagent transcripts from yesterday's session
Frequently asked questions
- Is the Coding Agent Sessions skill free?
- Yes. The skill itself is free from code-yeongyu/oh-my-openagent. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Coding Agent Sessions work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the bundled finder live against this machine's real ~/.claude/projects and ~/.codex/sessions stores with zero pip installs: it correctly listed actual Claude Code sessions (right cwd, timestamps, model) and actual Codex sessions side by side, then a `read` on one Claude session reconstructed all 10 real subagent transcripts matching the reported subagent_count exactly.
- What is the Coding Agent Sessions SkillProof Score?
- 10.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 10/10, docs & honesty 5/5.
- How do I install Coding Agent Sessions?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Coding Agent Sessions with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.