What problem does it solves?
Navigating through numerous Claude Code session logs to find specific interactions or understand your development history can be time-consuming. This Skill provides an organized way to discover, list, and get an overview of your past Claude Code sessions, making workflow analysis effortless.
Core Features & Use Cases
- Effortless Session Discovery: Automatically scans your
.claude/logs/ directory, identifying and grouping main and subagent transcripts.
- Chronological History: Lists sessions by date, allowing you to quickly find recent activity or historical interactions.
- Detailed Session Overview: For each session, view its ID, start time, main transcript filename, and the number of associated subagent transcripts.
- Date Filtering: Easily filter sessions by a specific date (YYYYMMDD) to focus on a particular day's work.
- Use Case: You want to review all your Claude Code sessions from last Tuesday to understand how a specific feature was developed. This Skill helps you quickly locate and list those sessions, preparing them for deeper analysis.
Quick Start
List all dates with available sessions
node .claude/skills/session-analyzer/analyze-session.js
List all sessions from October 17, 2025
node .claude/skills/session-analyzer/analyze-session.js 20251017