Agents Room: Desktop App for Visualizing Claude Code Agent Teams

Agents Room is an Electron desktop application that helps visualize and manage Claude Code agent teams. The tool addresses the challenge of tracking multiple agents in complex setups where it's easy to lose track of which agents are defined where, which ones call each other, and what each one does.
How It Works
The application scans your machine for .claude/agents/ folders and reads the frontmatter from agent files. It then lays out all agents on a canvas with connection lines drawn automatically based on agent name mentions — no configuration is required.
Key Features
- Visual canvas showing agent relationships with automatic connection lines
- Create, edit, and manage agents, skills, and commands directly from the UI instead of editing markdown files manually
- Completely offline operation — no cloud sync, no accounts required
- API keys (Anthropic, Gemini, GitHub) stored via OS keychain rather than in config files
- Your original
.mdagent files are never modified by annotations — notes go to a separate local store
Technical Details
The application is built with Electron and is currently available for Linux and Windows, with a Mac build on the roadmap. It's free and open source, with the code available on GitHub.
The developer specifically designed the tool for users running complex agent setups and is seeking feedback on missing features or improvements that would be useful for managing multi-agent workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source Skill for Parallel AI Coding Agents with Human Gate
A markdown skill definition for running parallel Claude Code agents in separate git worktrees, with integration branch validation, smoke tests, and a hard human gate before production merge.

OpenObscure: Open-Source On-Device Privacy Firewall for AI Agents
OpenObscure is an open-source, on-device privacy firewall that sits between AI agents and LLM providers, using FF1 Format-Preserving Encryption to encrypt PII values before requests leave your device. It includes PII detection with 99.7% recall, cognitive firewall scanning, and runs on macOS/Linux/Windows with iOS/Android bindings.

Relay lets Claude Code sessions message each other without alt-tabbing
A plugin called Relay uses Claude Code's channels capability to let parallel sessions communicate directly, removing the need to manually copy-paste context between backend and frontend repos.

OpenHelm: A macOS App for Automating Claude Code Tasks
OpenHelm is a free, local macOS application that automates repetitive Claude coding tasks by running jobs on a schedule, auto-retrying failures, and breaking work into chunks to avoid session limits. It uses your existing Claude subscription for LLM calls.