AnimaNigra

ClaudeAgentOrchestrator — Development skill for Claude Code

Development community

Web-based dashboard for managing multiple Claude Code agents simultaneously.

How to install ClaudeAgentOrchestrator

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

What ClaudeAgentOrchestrator does

Web-based dashboard for managing multiple Claude Code agents simultaneously.

Alternatives in Development

  • Claude Md Management — Tools for managing and improving CLAUDE.md files 14k ★
  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★

README

Claude Agent Orchestrator

A web-based dashboard for managing multiple [Claude Code](https://docs.anthropic.com/en/docs/claude-code) agents simultaneously. Each agent runs in its own pseudo-terminal (PTY) and streams output to the browser via xterm.js — full color, TUI support, slash commands, and interactive prompts.

![Dashboard](screenshots/dashboard.png)

Features

  • Multiple agents at once — spawn, monitor, and switch between agents in separate PTY sessions
  • Full terminal emulation — xterm.js with 256-color support, resize, and keyboard passthrough
  • Tool approval dialog — Claude Code PreToolUse hook surfaces every tool call (Bash, Write, Edit, etc.) in a browser dialog for approve/deny
  • Git worktree management — create isolated worktrees from agent cards so multiple agents can work on the same repo without conflicts
  • Voice dictation — Web Speech API integration for hands-free prompting with image attachments
  • Git review panel — inline diff viewer for reviewing agent changes before committing
  • Session history — grouped by project, with resume support (--resume session IDs)
  • Desktop notifications — sound + system notification when an agent goes idle
  • PWA — installable as a standalone app from the browser
  • Priority list — drag-and-drop task notepad with JSON persistence
  • Markdown Reader — open .md / .txt files via path, drag-drop, or browse; renders GitHub-style Markdown with Mermaid diagrams, syntax highlighting, relative images, TOC with scroll-spy, multi-tab state, live reload, and print-to-PDF

Download & run (no build required)

Prefer not to clone and build? Grab the ready-made Windows package:

  1. Go to the **Releases** page and download the latest ClaudeAgentOrchestrator-win-x64-*.zip.
  2. Unzip it anywhere.
  3. Make sure you have [Node.js LTS](https:/