ai-team-orchestration

ai-team-orchestration is a skill for Claude Code, Codex from boshi-xixixi/TraeSkill. It costs 58 tokens per session (1,421 once invoked), scanned A, original, MIT.

A framework for organizing several AI agents into a software team with separate roles such as planning, design, development, testing, and deployment.

In plain words
What is it for?
Use it when starting a software project or coordinating agents for product design, frontend and backend code, operations, quality checks, and release planning.
Why use it?
It gives each agent a defined focus and provides a way to coordinate parallel work, sprints, handoffs, and recovery when project context is lost.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when starting a software project or coordinating agents for product design, frontend and backend code, operations, quality checks, and release planning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/boshi-xixixi/traeskill/ai-team-orchestration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add boshi-xixixi/TraeSkill --skill ai-team-orchestration
Clone the repo
git clone --depth 1 https://github.com/boshi-xixixi/TraeSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-team-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/ai-team-orchestration/github.svg)](https://agentmods.dev/skills/boshi-xixixi/traeskill/ai-team-orchestration)
Your own site
<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/ai-team-orchestration"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/ai-team-orchestration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-team-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/ai-team-orchestration"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/ai-team-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01421
Opus 5 $0.00029 $0.00711
Sonnet 5 $0.00012 $0.00284
Haiku 4.5 $0.00006 $0.00142

Measured 12d ago against content hash be73d0a778f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-team-orchestration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.trae/Skills/.agents/skills/ai-team-orchestration/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Team Orchestration

When to Use

  • Starting a new project that needs planning, development, testing, and deployment
  • Setting up parallel AI agent teams (dev, QA, DevOps)
  • Writing brainstorm prompts that produce real debate (not generic output)
  • Creating sprint plans with cross-chat context survival
  • Recovering from context overflow mid-sprint

Team Roles

Agent Name Role Focus
Producer Remy Sprint planning, coordination, merging PRs Scope control, handoffs, issue triage
Product Designer Kira UX, mechanics, user experience Fun factor, user flows, feature design
Visual/Art Director Milo CSS, animations, visual identity Design system, polish, accessibility
Frontend Engineer Nova UI framework, state management, components React/Vue/Svelte, client-side logic
Backend Engineer Sage API, database, auth, security Server-side logic, infrastructure
DevOps Engineer Dash CI/CD, cloud deployment, pipelines GitHub Actions, Azure/AWS/GCP
QA Engineer Ivy E2E tests, automation, playtesting Playwright/Cypress, bug filing, sign-off

Customize names and roles for your project. Not every project needs all roles.

Chat Architecture

The human (CEO) is the message bus between parallel chats:

┌────────────────────────────────────────┐
│  @ai-team-producer — Plans, merges     │
│  NEVER writes code                     │
└────────────────┬───────────────────────┘
                 │ Human carries messages
      ┌──────────┼──────────┐
      ▼          ▼          ▼
┌──────────┐ ┌────────┐ ┌────────┐
│@ai-team  │ │@ai-team│ │DevOps  │
│-dev      │ │-qa     │ │(on     │
│          │ │        │ │demand) │
│ Nova     │ │ Ivy    │ │        │
│ Sage     │ │        │ │        │
│ Milo     │ │        │ │        │
│          │ │feature/│ │feature/│
│ feature/ │ │qa-N    │ │devops-N│
│ sprint-N │ └────────┘ └────────┘
└──────────┘

Each team works in a separate VS Code window with its own clone:

git clone <repo> project-dev    # Dev team
git clone <repo> project-qa     # QA
git clone <repo> project-devops # DevOps (only when needed)

Read the full file on GitHub · 149 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 149 lines · 58 tokens per session scan A be73d0a778f7

Subscribe to this mod's changes

ai-team-orchestration is a skill published in the GitHub repository boshi-xixixi/TraeSkill (263 stars, last pushed 4mo ago), licensed MIT. It adds 58 tokens to every session and 1,421 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

testing

A guide for writing tests that check observable behaviour rather than the code's internal structure. Tests are repeatable checks that confirm software still gives the expected result after changes.

Lion-1209/Lion-Skills · 16 tokens

verify-and-fix

A development practice for checking that code really works before calling it finished. It uses tests, type checks, and real runs of the target scenario where available.

Lion-1209/Lion-Skills · 26 tokens

verification-before-completion

A checklist for verifying work before claiming that it is finished, fixed, built, tested, or ready to submit. It requires fresh command output and evidence for each claim.

jnMetaCode/superpowers-zh · 50 tokens

test-driven-development

Test-driven development, or TDD, is a way to build software by writing a test that fails, adding the smallest code that makes it pass, and then cleaning up the code. These instructions require that process for features, bug fixes, refactors, and behavior changes.

jnMetaCode/superpowers-zh · 20 tokens

old-coder

Evidence-first development — surround the implementation with an executable spec and a gauntlet of constraints (tests, types, coverage, mutation) so line-by-line review becomes optional. Use when the user explicitly asks for high-assurance or evidence-first work ("reliable", "TDD", "prove it works", "I won't read the…

AmazingAng/old-coder · 116 tokens

Jira QA Workflows

Run QA work in Jira like a professional, bug lifecycle and triage, JQL queries for testers, quality dashboards, sprint QA rituals, and REST API automation for bulk bug operations and reporting.

PramodDutta/qaskills · 45 tokens