Maestro

by pedramaminiVerified

Agent Orchestration Command Center

2,154
Stars
201
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/pedramamini/Maestro

Getting Started

Guides for using skills like Maestro.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Maestro

Made with Maestro Discord User Docs

RunMaestro%2FMaestro | Trendshift

Maestro hones fractured attention into focused intent.

Maestro is a cross-platform desktop app for orchestrating your fleet of AI agents and projects. It's a high-velocity solution for hackers who are juggling multiple projects in parallel. Designed for power users who live on the keyboard and rarely touch the mouse.

Collaborate with AI to create detailed specification documents, then let Auto Run execute them automatically, each task in a fresh session with clean context. Allowing for long-running unattended sessions, my current record is nearly 24 hours of continuous runtime.

Run multiple agents in parallel with a Linear/Superhuman-level responsive interface. Currently supporting Claude Code, OpenAI Codex, OpenCode, Factory Droid, and Copilot-CLI (beta) with plans for additional agentic coding tools (Gemini CLI) based on user demand.

How It Works: Maestro is a pass-through to your AI provider. Whatever MCP tools, skills, permissions, or authentication you have configured in Claude Code, Codex, or OpenCode works identically in Maestro. The only difference is we're not running interactively-each task gets a prompt and returns a response, whether it's a new session or resuming a prior one.

Features

Power Features

  • 🌳 Git Worktrees - Run AI agents in parallel on isolated branches. Create worktree sub-agents from the git branch menu, each operating in their own directory. Work interactively in the main repo while sub-agents process tasks independently-then create PRs with one click. True parallel development without conflicts.
  • 🤖 Auto Run & Playbooks - File-system-based task runner that batch-processes markdown checklists through AI agents. Create playbooks for repeatable workflows, run in loops, and track progress with full history. Each task gets its own AI session for clean conversation context.
  • 💬 Group Chat - Coordinate multiple AI agents in a single conversation. A moderator AI orchestrates discussions, routing questions to the right agents and synthesizing their responses for cross-project questions and architecture discussions.
  • 🌐 Mobile Remote Control - Built-in web server with QR code access. Monitor and control all your agents from your phone. Supports local network access and remote tunneling via Cloudflare for access from anywhere.
  • 💻 Command Line Interface - Full CLI (maestro-cli) for headless operation. List agents/groups, run playbooks from cron jobs or CI/CD pipelines, with human-readable or JSONL output for scripting.
  • 🚀 Multi-Agent Management - Run unlimited agents and terminal sessions in parallel. Each agent has its own workspace, conversation history, and isolated context.
  • 📬 Message Queueing - Queue messages while AI is busy; they're sent automatically when the agent becomes ready. Never lose a thought.
  • 🛡️ Agent Resilience - Providers fail; your turn does not have to. When a turn dies on 529 Overloaded or a spent plan quota, Maestro resends the exact prompt on its own, backing off in seconds for a blip or waiting for the real reset time it reads out of the error. One live status card replaces the wall of error dialogs, Auto Run batches resume themselves, and an agent can optionally fail over to a backup endpoint instead of waiting out the window.

Core Features

  • 🔄 Dual-Mode Sessions - Each agent has both an AI Terminal and Command Terminal. Switch seamlessly between AI conversation and shell commands with Cmd+J.
  • ⌨️ Keyboard-First Design - Full keyboard control with customizable shortcuts and mastery tracking that rewards you for leveling up. Cmd+K quick actions, rapid agent switching, and focus management designed for flow state.
  • 📋 Session Discovery - Automatically discovers and imports existing sessions from all supported providers, including conversations from before Maestro was installed. Browse, search, star, rename, and resume any session.
  • 🔀 Git Integration - Automatic repo detection, branch display, diff viewer, commit logs, and git-aware file completion. Work with git without leaving the app.
  • 📁 File Explorer - Browse project files with syntax highlighting, markdown preview, and image viewing. Reference files in prompts with @ mentions.
  • 🔍 Powerful Output Filtering - Search and filter AI output with include/exclude modes, regex support, and per-response local filters.
  • Slash Commands - Extensible command system with autocomplete. Create custom commands with template variables for your workflows.
  • 💾 Draft Auto-Save - Never lose work. Drafts are automatically saved and restored per session.
  • 🔊 Speakable Notifications - Audio alerts with text-to-speech announcements when agents complete tasks.
  • 🎨 Beautiful Themes - 12 themes including Dracula, Monokai, Nord, Tokyo Night, GitHub Light, and more.
  • 💰 Cost Tracking - Real-time token usage and cost tracking per session and globally.
  • 🏆 Achievements - Level up from Apprentice to Titan of the Baton based on cumulative Auto Run time. 11 conductor-themed ranks to unlock.

Analytics & Visualization

  • 📊 Usage Dashboard - Comprehensive analytics for tracking AI usage patterns across all sessions. View aggregated statistics with multiple time ranges (day, week, month, year, all time), compare agent performance, analyze user vs. Auto Run activity distribution, and explore activity heatmaps. Fuzzy-filter your agents, then click any one to drill into its stats and see the breakdown per AI tab. Includes CSV export, real-time updates, and configurable colorblind-friendly palettes. Access via Opt+Cmd+U (macOS) / Alt+Ctrl+U (Windows/Linux) or the Command K menu.
  • 🕸️ Document Graph - Visual knowledge graph of your markdown documentation. Automatically discovers internal [[wiki-links]] and [markdown](https://github.com/pedramamini/Maestro/blob/main/links), visualizes document relationships with interactive nodes and edges. Toggle between force-directed and hierarchical layouts, search/filter documents, navigate via keyboard, and track external link references. Includes mini-map, legend, and pagination for large directories. Access from the File Explorer context menu or Command K menu.

Keyboard Shortcuts for Analytics Features

Usage Dashboard (Opt+Cmd+U / Alt+Ctrl+U):

ActionKey
Navigate view tabsArrow Left/Right/Up/Down
Move between sectionsTab / Shift+Tab
Jump to first/last sectionHome / End
Close dashboardEscape

On the Agents tab, Escape clears the agent filter first when it holds text, so filtering never costs you the dashboard.

Document Graph (Command K → "Document Graph"):

ActionKey
Navigate to connected nodeArrow Up/Down/Left/Right
Cycle through connectionsTab
Open selected document/linkEnter
Close graphEscape
Search documentsFocus search input, type query

Additional interactions: Drag nodes to reposition, scroll to zoom, use mini-map for overview.

Note: Maestro supports Claude Code, OpenAI Codex, OpenCode, Factory Droid, and Copilot-CLI (beta). Support for additional agents (Gemini CLI) may be added in future releases based on community demand.

Quick Start

Installation

Download the latest release for your platform from the Releases page.

Or build from source:

git clone https://github.com/RunMaestro/Maestro.git
cd Maestro
npm install
npm run dev

Requirements

  • At least one supported AI coding agent installed and authenticated:
  • Git (optional, for git-aware features)

Essential Keyboard Shortcuts

ActionmacOSWindows/Linux
Quick ActionsCmd+KCtrl+K
New AgentCmd+NCtrl+N
Switch AI/TerminalCmd+JCtrl+J
Previous/Next AgentCmd+[ / Cmd+]Ctrl+[ / Ctrl+]
Toggle SidebarCmd+BCtrl+B
New TabCmd+TCtrl+T
Usage DashboardOpt+Cmd+UAlt+Ctrl+U
All ShortcutsCmd+/Ctrl+/

Full keyboard shortcut reference

Screenshots

Maestro Main Screen

Main screen with multiple agents and conversation

Group Chat

Group Chat coordinates multiple AI agents in a single conversation

Command Palette

Quick Actions palette for rapid navigation (CTRL/CMD + K)

Git Diff Viewer

Git diff viewer with syntax highlighting

See more...

Documentation

Full documentation and usage guide available at docs.runmaestro.ai

Community

Team

Meet the team behind Maestro at runmaestro.ai/team.

Contributing

See CONTRIBUTING.md for development setup, architecture details, and contribution guidelines.

License

AGPL-3.0 License

Star History

Star History Chart

Frequently Asked Questions

What is Maestro?

Maestro is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by pedramamini. Agent Orchestration Command Center. It has 2,154 GitHub stars.

Is Maestro safe to use?

Yes. Maestro passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install Maestro?

Clone the repository with "git clone https://github.com/pedramamini/Maestro" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is Maestro written in?

Maestro is primarily written in TypeScript. It is open-source under pedramamini on GitHub, so you can review or fork the full source.

Are there alternatives to Maestro?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Maestro against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details
Maestro — AI Skill for Claude Code | SkillTip