T-M4G

ClaudeGalaxyNetwrok — Development skill for Claude Code

Development community

Your Claude Code agents as a living galaxy.

How to install ClaudeGalaxyNetwrok

This entry records only its repository, not the path inside it, so there is no exact command to give. Open T-M4G/ClaudeGalaxyNetwrok and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What ClaudeGalaxyNetwrok does

Your Claude Code agents as a living galaxy. The objective is the sun, agents are planets, subagents are moons, tool calls are stars, and the plan is a ring. Replay any session or watch it live, see what each agent cost, or break an objective into a team of agents. Zero dependencies, runs locally.

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Microsandbox — Open-source self-hosted MicroVM sandboxes with sub-200ms startup, hardware-level isolation via libkrun 5k ★
  • Peon Ping — Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents 4k ★

README

Claude Galaxy Network

**See what Claude Code actually did, and what it cost.** Claude Galaxy Network turns a Claude Code session into a solar system:

  • Sun · the objective, the prompt the session was started with
  • Planets · the agents: the main agent plus every subagent it launched
  • Moons · subagents launched by those agents (and moons of moons)
  • Stars · everything else the agents did: every tool call is a small star circling the agent that made it, and flies out like a comet when it runs
  • Plan ring · Claude's to-do list, as markers around the sun that fill in as steps go from pending to in progress to done (toggle with Plan)

Load any session and it is broken into this structure automatically. Scrub through the run like a video, click anything for its inputs and outputs, and see which agent spent the money. Prefer a flat diagram? One click switches to a 2D network graph.

[**Open the live demo →**](https://t-m4g.github.io/ClaudeGalaxyNetwork/) · no install, runs in your browser

![Claude Galaxy Network replaying a Claude Code session](docs/demo.gif)

Galaxy 2D graph Cost ledger
Galaxy view 2D graph view Cost ledger

Why

Claude Code is great until it fans out. One prompt becomes a main agent, three subagents, a nested helper and sixty tool calls, and all you get back is a summary. When something goes wrong or the bill looks high, the only record is a folder of JSON lines.

Other visualizers exist ([Agent Flow](https://github.com/patoles/agent-flow), [Pixel Agents](https://github.com/pablodelucca/pixel-agents), [Claude Office](https://github.com/paulrobello/claude-office)). Claude Galaxy Network does three things differently:

  • Zero install to try. The replay page is a static site. Open the link, drop in a session, done. Nothing is uploaded; the file is read by your browser.
  • Zero setup for live mode. O