Claude Code Graph
Description
Visualize Claude Code prompts, subagents, and file changes as an interactive graph
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 Graph
See what Claude actually did. Every prompt, every tool call, every subagent, every file change — rendered as an interactive graph right in your VS Code sidebar.

Features
- Prompt Graph — a git-graph-style timeline of your entire Claude Code session. Each node is a prompt; branches show subagent spawns.
- Tool Usage Tracking — see exactly which tools Claude invoked (Read, Edit, Grep, Bash, Agent, etc.) and how many times, both in the graph timeline and in the detail panel.
- Click to Inspect — select any node to see the full prompt text, model used, tool breakdown, files changed, and subagent details. Copy any value with one click.
- View Full Output — open Claude's complete response (including thinking blocks) as a markdown document in VS Code.
- File Diffs — click any file change to see a side-by-side diff of exactly what was modified, using VS Code's native diff editor.
- Session Picker — switch between sessions with a dropdown. Works correctly across resumed and continued conversations.
- Live Updates — the graph refreshes automatically as Claude Code runs in your terminal.
- Search & Filter — filter prompts, subagents, and files to find exactly what you're looking for.
Requirements
- VS Code 1.85+
- Claude Code — use it at least once in your workspace so transcript files exist under
~/.claude/projects/.
Getting Started
- Install the extension.
- Open a project where you've used Claude Code.
- Click the Claude Code Graph icon in the Activity Bar.
- Pick a session from the dropdown — the graph appears instantly.
License
[MIT](LICENSE)
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