Seedeep
Description
What Claude Code is doing between your prompt and its answer, drawn live from the logs it already writes: every model call, every tool, each subagent on its own context window and its own model, and what the session produced. Local and read-only — your session content never leaves the machine.
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
seedeep
*See deep into what Claude Code is doing.*
[](https://www.npmjs.com/package/seedeep) [](LICENSE) 
Claude Code writes a session log to disk as it runs. `seedeep` tails that log and rebuilds the turn while it is still happening: the context window filling, every API call with its latency and token split, every tool call and its result, and each subagent folded under the spawn that launched it. The same view is there afterwards to walk through.
Read-only. No proxy, no daemon, no session content leaves the machine.
npm i -g seedeep && seedeep # Node or Bun; binaries below for neither

*One turn, from 3% to 26% of the window: six subagents on three different models, 2.9M tokens billed, 2.5M of them the same context read again.*
Why you'd run it
Eight things a Claude Code session does not report, and what `seedeep` shows instead.
- A failed API call ends the turn silently. An expired login, a session limit, an overloaded server: the turn stops, the terminal keeps looking normal, and the transcript's last line is the error itself. seedeep turns the tab red, files the session under Broken, and turns the menu-bar icon red above every other signal.
- An approval dialog reaches no log at all, so a session stopped on a permission prompt looks identical to one that is thinking. seedeep reads Claude Code's own live state, turns the tab amber the moment it stops, and names what is waiting to be approved.
- Subagent spend is invisible from the terminal. The live tree shows each subagent as it launches: its own context filling, the model it act
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI