AG

agent-orchestrator

Coordinates complex tasks by assigning responsibilities to specific agents based on project definitions.

Install

mkdir -p .claude/skills/agent-orchestrator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12523" && unzip -o skill.zip -d .claude/skills/agent-orchestrator && rm skill.zip

Installs to .claude/skills/agent-orchestrator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

`.agent/agents/` のエージェント定義を入口に、タスクを調査・計画・実装・レビュー・検証へ分担するスキル。ユーザーが「エージェント」「マルチエージェント」「orchestrator」「役割分担」「複数担当」などを求めたとき、または大きな変更で担当境界を決める必要があるときに使う。
147 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Divide tasks into investigation, planning, implementation, review, and verification stages
  • Select necessary agents based on `.agent/agents/` definitions
  • Determine work order and writing scope for agents
  • Refer to `AGENTS.md` and agent definitions for guidance
  • Execute commands like `/orchestrate` and `/agent-review-flow`

How it works

The skill orchestrates multi-agent workflows by referencing agent definitions to divide tasks into stages, select agents, and define their work order and scope.

Inputs & outputs

You give it
A task requiring multi-agent collaboration
You get back
A plan for task division, agent selection, and work sequencing

When to use agent-orchestrator

  • Planning large refactors
  • Assigning tasks to specialized agents
  • Managing multi-agent projects

About this skill

Agent Orchestrator

このファイルは Codex 実行用の入口とメタデータを管理する。 手順本文の正本は .claude/skills/agent-orchestrator/SKILL.md に置く。

.agent/agents/ を参照して、必要な担当を選び、作業順序と書き込み範囲を決める。 スキルは手順と判断基準、エージェントは責務境界と成果物を定義する。

参照順

  1. AGENTS.md
  2. .agent/agents/README.md
  3. .agent/agents/orchestrator.md
  4. 必要な担当エージェント定義
  5. 関連する .codex/skills/*/SKILL.md
  6. 関連する assets/docs/

実行ルール

詳細な実行ルールは .claude/skills/agent-orchestrator/SKILL.md## 実行ルール を参照。

開始時の宣言

詳細は .claude/skills/agent-orchestrator/SKILL.md## 開始時の宣言 を参照。

コマンド

/orchestrate <タスク>

詳細な手順は .claude/skills/agent-orchestrator/SKILL.md/orchestrate を参照。

/agent-review-flow

詳細な手順は .claude/skills/agent-orchestrator/SKILL.md/agent-review-flow を参照。

自律判断可能 / 要相談

詳細は .claude/skills/agent-orchestrator/SKILL.md## 自律判断可能## 要相談 を参照。

When not to use it

  • When the task does not involve multi-agent collaboration
  • When the changes are small and do not require task division
  • When agent definitions are not available in `.agent/agents/`

Limitations

  • It relies on agent definitions in `.agent/agents/`
  • It requires `AGENTS.md` for reference
  • Detailed execution rules are located in a separate file

How it compares

This skill provides a structured approach to multi-agent task orchestration by explicitly defining agent responsibilities and work boundaries based on agent definitions, unlike a single-agent workflow.

Compared to similar skills

agent-orchestrator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
agent-orchestrator (this skill)03moNo flagsIntermediate
planning-with-files2336moReviewIntermediate
ralph-plan146moNo flagsBeginner
agent-planner36moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry