kellvembarbosa/team-orchestrator

3 stars · Last commit 2026-04-26

Orchestrate agent teams across multiple AI coding CLIs (Claude Code, Codex, more via PRs). Define once, run everywhere.

README preview

# team-orchestrator

> If you like it, please support us with a simple share on your social networks — especially on [x.com](https://x.com).

> **Orchestrate agent teams across multiple AI coding CLIs.** Define an agent team once, run it on Claude Code (slash commands) and Codex (subagents) — with one source of truth and a contributor-friendly path to add more runtimes.

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Plugin](https://img.shields.io/badge/Claude_Code-plugin-7C4DFF)](https://code.claude.com/docs/en/plugins)
[![Codex](https://img.shields.io/badge/Codex-subagents-10A37F)](https://developers.openai.com/codex/subagents)
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#add-a-new-runtime)

**Languages**: **English** · [Português (BR)](docs/pt-BR.md) · [简体中文](docs/zh-CN.md) · [繁體中文](docs/zh-TW.md) · [日本語](docs/ja.md) · [한국어](docs/ko.md) · [Türkçe](docs/tr.md)

---

## The pain

[Claude Code agent teams](https://code.claude.com/docs/en/agent-teams) are powerful — but every team means writing YAML by hand, dropping it in the right folder, reloading plugins. Get a team that *works*? It's stuck in that one repo. Next project: blank page. Want the same team on Codex? Different format, different folder, do it all again.

## The fix

View full repository on GitHub →