What problem does it solve?
Claude Code stores every conversation as local JSONL session files, but finding what you or Claude said, recovering a deleted file, or reconstructing an old session's context requires manually parsing gigabytes of transcripts. This Skill reads that history as evidence without resuming or modifying any session.
Core Features & Use Cases
- Session Inventory & Exact Replay: List recent sessions with IDs, titles, and internal timestamps, or reconstruct one session as a chronological evidence briefing including queued mid-turn human prompts.
- Full-Event Keyword Search & Hybrid Recall: Search messages, thinking, tool inputs/results, attachments, and file snapshots across all projects and registered archives, with an optional BM25/vector index for wording-drift recall.
- Verbatim User-Input Export & Deleted-File Recovery: Export what you actually typed (filtering command envelopes, boilerplate, and pastes) to Markdown/HTML, and recover deleted or overwritten files preserved in file-history records.
- Use Case: You remember Claude generated an HTML file yesterday but it is gone. The Skill searches all Claude history sources, identifies the exact session, verifies the file-history bytes by SHA-256, and writes the recovered version to a separate directory without touching your project.
Quick Start
Ask the assistant to list your recent Claude Code sessions with their IDs and timestamps, or to search all past sessions for a specific keyword.