← Back to Skills Marketplace
gensandee-na

Claude Devfleet

by Nanthasit Burnakum · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install claude-devfleet
Description
Claude DevFleet経由でマルチエージェントコーディングタスクをオーケストレーション — プロジェクトを計画し、分離された作業ツリー内で平行エージェントを派遣し、進捗を監視し、構造化レポートを読む。
README (SKILL.md)

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
  ↓
ユーザーに報告する

ツール

Tool Purpose
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. 完了したらユーザーに報告
Usage Guidance
Install only if you trust the local DevFleet service and are comfortable with autonomous agents changing code. Use it on version-controlled, non-production worktrees first, review mission plans and generated diffs before merging, and avoid fully automatic dispatch/merge unless you have a clear rollback path.
Capability Assessment
Purpose & Capability
The stated purpose is to orchestrate parallel Claude Code agents for coding tasks, and the documented tools fit that purpose.
Instruction Scope
The workflow documents full-tool agents, auto-dispatch, and auto-merge, but only clearly requires user approval for the initial plan, not for each agent run or merge.
Install Mechanism
The artifact is a single markdown skill and only documents connecting to a local Claude DevFleet MCP server; no bundled executable code or dependency install is present.
Credentials
Parallel agents with full tool capabilities can modify worktrees and run commands at scale; isolated git worktrees help, but the skill does not define permission limits, review steps, or rollback expectations.
Persistence & Privilege
No persistence mechanism is bundled in the skill itself, but it depends on a long-running local DevFleet service and can start autonomous missions through it.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claude-devfleet
  3. After installation, invoke the skill by name or use /claude-devfleet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Claude DevFleet 1.0.0 初回リリース - 複数のClaudeエージェントによる並行コーディングタスクのオーケストレーションをサポート - プロジェクトの計画、ミッションの派遣・監視・自動マージに対応 - ツール一覧(計画、作成、進捗監視、レポート取得、ダッシュボード表示)実装 - 代表的なワークフローとフル自動運用例をドキュメントに追加
Metadata
Slug claude-devfleet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Claude Devfleet?

Claude DevFleet経由でマルチエージェントコーディングタスクをオーケストレーション — プロジェクトを計画し、分離された作業ツリー内で平行エージェントを派遣し、進捗を監視し、構造化レポートを読む。 It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Claude Devfleet?

Run "/install claude-devfleet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Claude Devfleet free?

Yes, Claude Devfleet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Claude Devfleet support?

Claude Devfleet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Claude Devfleet?

It is built and maintained by Nanthasit Burnakum (@gensandee-na); the current version is v1.0.0.

💬 Comments