What problem does it solve?
This Skill provides a user-friendly interface for viewing and inspecting Claude Code session JSONL files, allowing users to examine past sessions, transcripts, and replay conversations.
Core Features & Use Cases
- Session Transcription: View and navigate through the transcripts of Claude Code sessions.
- JSONL File Interaction: Access and analyze JSONL files stored under
~/.claude/projects/.
- Real-time Session Review: Quickly review and replay conversations from the Claude Code sessions.
- Use Case: If a user needs to analyze a previous Claude Code session to understand an interaction or retrieve information, this Skill can be used to easily access and review the session data.
Quick Start
To review a Claude Code session, navigate to the session directory and use the following command: cat ~/.claude/projects/<slug>/<session>.jsonl | jq -s '.[] | {ts:.timestamp, role:.message.role, text:.message.content[0].text}'