Digs through your Claude Code session history in ~/.claude/projects/ to recover deleted files and find lost work. You get four main operations: list sessions by project, search for keywords across conversations, extract files from Write tool calls, and pull stats on what happened in a session. The recovery script preserves directory structure and auto-deduplicates to the latest version. Most useful when you realize you deleted something or can't remember which session had that code you wrote three days ago. Won't recover files that were only discussed or edited with deltas, just the full snapshots written to disk. The scripts stream line by line so even massive session files stay manageable.
npx skills add https://github.com/daymade/claude-code-skills --skill claude-code-history-files-finder