Dorothy banner
Charlie85270 Charlie85270

Dorothy

AI community intermediate

Description

A beautiful desktop app to orchestrate your [Claude Code](https://claude.ai/code) ,[Codex](https://chatgpt.com/codex), [Gemini](https://geminicli.com/) and local agents. Deploy, monitor, and debug — all from one delightful interface. Free and open source.

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

Dorothy

A beautiful desktop app to orchestrate your [Claude Code](https://claude.ai/code) ,[Codex](https://chatgpt.com/codex), [Gemini](https://geminicli.com/) and local agents. Deploy, monitor, and debug — all from one delightful interface. Free and open source.

Table of Contents


Why Dorothy

AI CLI tools are powerful — but it runs one agent at a time, in one terminal. Dorothy removes that limitation:

  • Run 10+ agents simultaneously across different projects and codebases
  • Automate agent workflows — trigger agents on GitHub PRs, issues, and external events
  • Delegate and coordinate — a Super Agent orchestrates other agents via MCP tools
  • Manage tasks visually — Kanban board with automatic agent assignment
  • Schedule recurring work — cron-based tasks that run autonomously
  • Control from anywhere — Telegram and Slack integration for remote management

Core Features

Parallel Agent Management

Run multiple agents simultaneously, each in its own isolated PTY terminal session. Agents operate independently across different projects, codebases, and tasks.

**Capabilities:**

  • Spawn unlimited concurrent agents across multiple projects
  • Each agent runs in an isolated terminal with full PTY support
  • Assign skills, model selection (sonnet, opus, haiku), and project context per agent

...