by RunMaestro
Agent Orchestration Command Center
# Add to your Claude Code skills
git clone https://github.com/RunMaestro/MaestroLast scanned: 4/22/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-22T06:02:17.384Z",
"semgrepRan": false,
"npmAuditRan": false,
"pipAuditRan": true
}Maestro is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by RunMaestro. Agent Orchestration Command Center. It has 3,277 GitHub stars.
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.
Clone the repository with "git clone https://github.com/RunMaestro/Maestro" and add it to your Claude Code skills directory (see the Installation section above).
Maestro is primarily written in TypeScript. It is open-source under RunMaestro on GitHub, so you can review or fork the full source.
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.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
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.
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.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.Cmd+J.Cmd+K quick actions, rapid agent switching, and focus management designed for flow state.@ mentions.Opt+Cmd+U (macOS) / Alt+Ctrl+U (Windows/Linux) or the Command K menu.[[wiki-links]] and [markdown](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.Usage Dashboard (Opt+Cmd+U / Alt+Ctrl+U):
| Action | Key |
|---|---|
| Navigate view tabs | Arrow Left/Right/Up/Down |
| Move between sections | Tab / Shift+Tab |
| Jump to first/last section | Home / End |
| Close dashboard | Escape |
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"):
| Action | Key |
|---|---|
| Navigate to connected node | Arrow Up/Down/Left/Right |
| Cycle through connections | Tab |
| Open selected document/link | Enter |
| Close graph | Escape |
| Search documents | Focus 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.
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