What problem does it solve? When you need to recall what you worked on, find a past fix, or audit delegated work, session history is scattered across many coding-agent products with incompatible storage formats. This Skill locates, searches, and reads those sessions from one place instead of digging through each tool's private logs. ## Core Features & Use Cases - Cross-platform session search: Scans Codex, Claude Code/Desktop, OpenCode, Senpi/pi, oh-my-pi, gajae-code, OpenClaw, Factory Droid, Amp, Gemini/Kimi/Qwen CLIs, Codebuff, Roo/Kilo/Cline, Kodu, Cursor CLI, Aider, Kiro, and Aside from a single finder script with parallel workers. - Fuzzy recall expansion: Turns vague memories ("that OpenCode bug", "did we already migrate X") into multiple query lanes with match reasons, then filters by platform, cwd, model, and date range. - Subagent tree reconstruction: Links child sessions to parents via Claude subagent directories, Codex thread_spawn_edges, and OpenCode parent_id, so delegated work hidden in child transcripts is discoverable with --include-subagents. - Use Case: Ask "what did I work on a few days ago" and get JSON results with session IDs, first/last user prompts, token usage, and a ready-to-run read command for the full transcript. ## Quick Start Ask the agent to find the coding session where you fixed a specific bug last week, and it will run the finder across all platforms and read the matching transcript.