
I Run 5 Claude Code Agents at Once. I Had No Idea What They Were Doing.
I run 16 agent teams. Engineering, research, design, marketing, security — each team with 3-5 specialized agents working in parallel. On a busy day, that's 40+ concurrent Claude Code processes across my machines. The problem wasn't running them. Claude Code handles that fine. The problem was knowing what was happening. Which team finished? Which agent is stuck waiting for a permission prompt? Did the research team burn through $8 on a task I expected to cost $2? Is the code-review team actually running, or did it silently crash 20 minutes ago? I had no answers. Just a wall of terminal windows. So I built ur-dashboard . ur-dashboard is a zero-config, real-time monitoring dashboard for Claude Code multi-agent workflows. One npm install, one command, and you get a single screen showing every agent, every cost, every skill — updated every 5 seconds via Server-Sent Events. npm install -g ur-dashboard ur-dashboard Open http://localhost:3000 . Done. Why is there no built-in monitoring for Cla
Continue reading on Dev.to
Opens in a new tab



