What problem does it solve? Claude Code stores sessions per project directory, and the claude --resume command only works from the directory where the session was created, making it hard to find and reopen old conversations from other projects. This Skill scans all session files and gives you a ready-to-paste resume command. ## Core Features & Use Cases - Cross-directory session listing: Scans ~/.claude/projects/ for all .jsonl session files, showing decoded project path, timestamp, session ID, and a preview of the first user message. - Directory filtering: Accepts optional project paths as arguments to narrow the listing to specific directories. - Ready-to-paste resume commands: Outputs cd <dir> && claude --resume <id> so you can reopen a session from its original directory. - Use Case: You remember discussing a bug fix in a Claude session last week but not which project folder it was in. Run the skill, scan the previews, and copy the resume command for the matching session. ## Quick Start Ask the assistant to list all your Claude Code sessions across every project directory, optionally passing one or more project paths to filter the results.