# Maestro — Multi-Agent Orchestration for Coding CLIs > Maestro is an Apache-2.0 multi-agent orchestrator with 39 specialists for Gemini CLI, Claude Code, Codex, and Qwen Code, plus review/debug entrypoints. ## Install Copy the content below into your project: ## Quick Use ```bash git clone https://github.com/josstei/maestro-orchestrate.git && cd maestro-orchestrate node -v # Node.js 20+ recommended (see README) npm install npm run build ``` ## Intro Maestro is an Apache-2.0 multi-agent orchestrator with 39 specialists for Gemini CLI, Claude Code, Codex, and Qwen Code, plus review/debug entrypoints. **Best for:** teams standardizing multi-agent workflows across different coding CLIs and runtime surfaces **Works with:** Node.js 20+, Gemini CLI / Claude Code / Codex / Qwen Code, plugin/extension hooks **Setup time:** 10-18 minutes ### Key facts (verified) - GitHub: 409 stars · 26 forks · pushed 2026-05-02. - License: Apache-2.0 · owner avatar + repo URL verified via GitHub API. - README-verified entrypoint: `git clone https://github.com/josstei/maestro-orchestrate.git && cd maestro-orchestrate`. ## Main - Use Maestro when you want consistent roles and phases across tools—especially if your team mixes multiple coding CLIs. - Start with the “express” path for simple work, then adopt the 4-phase workflow once you need repeatable review and debugging lanes. - Treat specialists as contracts: define what each agent outputs (diffs, checklists, risk notes) so the team can automate handoffs. ### Source-backed notes - README describes 39 specialists and a standard workflow for medium/complex work. - README lists multiple runtime targets: Gemini CLI, Claude Code, Codex, and Qwen Code with plugin/extension surfaces. - Repo is Apache-2.0 licensed and actively maintained. ### FAQ - **Is it tied to one runtime?**: No—README documents surfaces for Gemini CLI, Claude Code, Codex, and Qwen Code. - **How many specialists are included?**: README claims 39 specialists. - **What should I adopt first?**: Start with a small subset (review/debug) before enabling many agents in parallel. ## Source & Thanks > Source: https://github.com/josstei/maestro-orchestrate > License: Apache-2.0 > GitHub stars: 409 · forks: 26 --- ## Quick Use ```bash git clone https://github.com/josstei/maestro-orchestrate.git && cd maestro-orchestrate node -v # Node.js 20+ recommended (see README) npm install npm run build ``` ## Intro Maestro 是 Apache-2.0 许可的多 agent 编排平台,内置 39 个专家角色,并为 Gemini CLI、Claude Code、Codex 与 Qwen Code 提供插件/扩展入口,支持评审、调试与安全检查等工作流。 **Best for:** 需要在不同编码 CLI 与运行面之间统一多 agent 工作流的团队 **Works with:** Node.js 20+、Gemini CLI/Claude Code/Codex/Qwen Code、插件/扩展 hooks **Setup time:** 10-18 minutes ### Key facts (verified) - GitHub:409 stars · 26 forks;最近更新 2026-05-02。 - 许可证:Apache-2.0;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`git clone https://github.com/josstei/maestro-orchestrate.git && cd maestro-orchestrate`。 ## Main - 当你想跨工具统一角色与阶段时用 Maestro,尤其适合团队同时使用多种 coding CLI 的场景。 - 简单任务走 express;需要稳定评审/调试/安全检查时再启用更完整的分阶段流程。 - 把专家角色当契约:明确每个 agent 的输出格式(diff、清单、风险说明)以便自动交接。 ### Source-backed notes - README 描述内置 39 个专家角色,并提供面向中大型任务的标准流程。 - README 列出了多个运行目标:Gemini CLI、Claude Code、Codex 与 Qwen Code,并分别提供插件/扩展入口。 - 仓库采用 Apache-2.0 许可且维护活跃。 ### FAQ - **它绑定单一运行时吗?**:不绑定。README 描述同时支持 Gemini CLI、Claude Code、Codex 与 Qwen Code。 - **内置多少专家?**:README 声称内置 39 个专家角色。 - **应该先上哪部分?**:建议先接入 review/debug 等小集合,再逐步扩展并行 agent 数量。 ## Source & Thanks > Source: https://github.com/josstei/maestro-orchestrate > License: Apache-2.0 > GitHub stars: 409 · forks: 26 --- Source: https://tokrepo.com/en/workflows/maestro-multi-agent-orchestration-for-coding-clis Author: Agent Toolkit