← Browse

@modxcms-jp/agent-orchestrator

B

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

skillclaude

Install

agr install @modxcms-jp/agent-orchestrator --target claude

Writes 1 file into .claude/skills/, pinned to git-7938b9c2.

  • .claude/skills/agent-orchestrator/SKILL.md

Document


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

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## 自律判断可能## 要相談 を参照。

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-7938b9c27e8a2026-07-31