Ccexplorer
Description
A browser-based inspector for Claude Code JSONL session transcripts. Think Chrome DevTools' Network tab, but for understanding what Claude did during a coding session — every tool call, thinking block, context window shift, and subagent spawn laid out on a single interactive timeline.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Session Explorer
A browser-based inspector for Claude Code JSONL session transcripts. Think Chrome DevTools' Network tab, but for understanding what Claude did during a coding session — every tool call, thinking block, context window shift, and subagent spawn laid out on a single interactive timeline.
Why
Claude Code sessions can run for hundreds of turns across multiple subagents, consuming tokens in ways that are hard to reason about from the raw JSONL. This tool lets you:
- Watch a session live as Claude works — the timeline updates automatically
- See exactly where context tokens are spent and when compactions fire
- Trace tool call chains and inspect their inputs/outputs
- Understand subagent lifecycles — which tool spawned them, what they did
- Spot errors, slow calls, and repeated patterns at a glance
Quick Start
Run with npx
npx ccexplorer
To open a specific session file:
npx ccexplorer ~/.claude/projects//.jsonl
Local development
npm install
npm start
Opens the explorer at `http://127.0.0.1:3457`. It auto-discovers all sessions from `~/.claude/projects/`.
`npm start` runs the CLI locally (`ccexplorer`) via `tsx`.
Features
Event Timeline
The main view is a filterable table of every event in the session, ordered chronologically:
- Tool calls — name, input, result, duration, and error status
- Thinking blocks — model reasoning with token usage
- Assistant text — response content, with API errors (rate limits, auth failures) flagged in red
- User messages — prompts, tool results, and pasted images/documents
- Hooks — pre/post hook executions (deduplicated from command+callback pairs)
- System events — turn durations, away-summaries, model fall
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11