affaan-m/ECC

claude-devfleet

Review claude-devfleet's use cases, installation, workflow, and original source instructions.

63CollectingNetwork access
See source evidenceView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/claude-devfleet"
Source profileDocumentationCatalog only

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Limited to facts supported by the pinned source

What the pinned source establishes about claude-devfleet

Claude DevFleet経由でマルチエージェントコーディングタスクをオーケストレーション — プロジェクトを計画し、分離された作業ツリー内で平行エージェントを派遣し、進捗を監視し、構造化レポートを読む。

npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/claude-devfleet"
Check the pinned source

The pinned source contains about 97 English words and 6 usable sections. That evidence supports a source profile, not a complete guide.

97 source words · 6 usable sections

What the source actually contains

3 verifiable source sections for claude-devfleet

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

使用時期

このスキルは、複数のClaude Codeエージェントをコーディングタスクで並行して作業するように派遣する必要があるときに使用します。各エージェントは完全なツール機能を備えた分離されたgit作業ツリーで実行されます。

SKILL.md · 使用時期
このスキルは、複数のClaude Codeエージェントをコーディングタスクで並行して作業するように派遣する必要があるときに使用します。各エージェントは完全なツール機能を備えた分離されたgit作業ツリーで実行されます。実行中のClaude DevFleetインスタンスが必要で、MCP経由で接続:
02

動作方法

Review the “動作方法” section in the pinned source before continuing.

SKILL.md · 動作方法
Review and apply the “動作方法” source section.
03

ツール

Review the “ツール” section in the pinned source before continuing.

SKILL.md · ツール
Review and apply the “ツール” source section.

Static permission evidence

Inspect the exact source lines that triggered a signal

These are source excerpts matched by deterministic rules, not findings of malicious behavior, safety, or actual execution.

Choose a different workflow

When another Skill is the better fit

FAQ

How do I install claude-devfleet?

The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/claude-devfleet". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged network in the source; the page lists the matching lines and excerpts.

Repository stars
234,327
Repository forks
35,711
Quality
63/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

63/100
Documentation21/30
Specificity11/25
Maintenance20/20
Trust signals11/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

Claude DevFleet マルチエージェント オーケストレーション

使用時期

このスキルは、複数のClaude Codeエージェントをコーディングタスクで並行して作業するように派遣する必要があるときに使用します。各エージェントは完全なツール機能を備えた分離されたgit作業ツリーで実行されます。

実行中のClaude DevFleetインスタンスが必要で、MCP経由で接続:

claude mcp add devfleet --transport http http://localhost:18801/mcp

動作方法

User → 「認証とテスト付きのREST APIを構築」
  ↓
plan_project(prompt) → project_id + mission DAG
  ↓
計画をユーザーに表示 → 承認を取得
  ↓
dispatch_mission(M1) → エージェント1は作業ツリーで生成
  ↓
M1完了 → 自動マージ → M2を自動派遣(M1に依存)
  ↓
M2完了 → 自動マージ
  ↓
get_report(M2) → files_changed、what_done、errors、next_steps
  ↓
ユーザーに報告する

ツール

ToolPurpose
plan_project(prompt)AIが説明をミッションチェーン付きプロジェクトに分割
create_project(name, path?, description?)プロジェクトを手動で作成、project_idを返す
create_mission(project_id, title, prompt, depends_on?, auto_dispatch?)ミッションを追加。depends_onはミッションIDの文字列のリスト。auto_dispatch=trueで依存関係が満たされたとき自動開始。
dispatch_mission(mission_id, model?, max_turns?)ミッション上でエージェントを開始
cancel_mission(mission_id)実行中のエージェントを停止
wait_for_mission(mission_id, timeout_seconds?)ミッション完了までブロック
get_mission_status(mission_id)ブロックなしでミッション進捗をチェック
get_report(mission_id)構造化レポートを読む
get_dashboard()システム概要:実行中のエージェント、統計
list_projects()すべてのプロジェクトをブラウザ
list_missions(project_id, status?)プロジェクト内のミッションをリスト

ワークフロー

  1. 計画plan_project(prompt="...")を呼び出す → project_id + ミッションリスト
  2. 表示:ユーザーにミッション計画を表示
  3. 派遣:最初のミッションでdispatch_mission()を呼び出す
  4. 監視get_mission_status()で進捗をチェック
  5. 報告get_report()で完了時の報告

フル自動:計画と起動

  1. plan_project(prompt="...")
  2. 最初のミッションをDispatch
  3. 残りのミッションは依存関係に基づいて自動Dispatch
  4. 完了したらユーザーに報告
Source repo
affaan-m/ECC
Skill path
docs/ja-JP/skills/claude-devfleet/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected