Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
affaan-m avatar

Claude Devfleet

  • 5.1k installs
  • 238k repo stars
  • Updated August 5, 2026
  • affaan-m/everything-claude-code

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

About

The claude-devfleet skill provides agent guidance for claude devfleet tasks documented in ECC everything-claude-code. It defines activation triggers, role context, step-by-step workflows, examples, and domain checklists agents should follow instead of improvising APIs or business rules. Use it when users ask for claude devfleet implementation, review, negotiation, testing, or orchestration patterns that match the skill name and upstream documentation. The skill encodes operational expertise, required tooling, decision frameworks, and quality gates so agents produce consistent outputs aligned with the source playbook. Refer to SKILL.md for prerequisites, command examples, and edge cases before running production workflows. Refer to SKILL.md for prerequisites, examples, and guardrails before production use. Refer to SKILL.md for prerequisites, examples, and guardrails before production use. Refer to SKILL.md for prerequisites, examples, and guardrails before production use.

  • Claude DevFleet経由でマルチエージェントコーディングタスクをオーケストレーション - プロジェクトを計画し、分離された作業ツリー内で平行エージェントを派遣し、進捗を監視し、構造化レポートを読む。
  • create_project(name, path?, description?)
  • create_mission(project_id, title, prompt, depends_on?, auto_dispatch?)
  • dispatch_mission(mission_id, model?, max_turns?)
  • cancel_mission(mission_id)

Claude Devfleet by the numbers

  • 5,101 all-time installs (skills.sh)
  • +247 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #138 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

claude-devfleet capabilities & compatibility

Capabilities
claude devfleet経由でマルチエージェントコーディングタスクをオーケストレーション · create_project(name, path?, description?) · create_mission(project_id, title, prompt, depend
npx skills add https://github.com/affaan-m/everything-claude-code --skill claude-devfleet

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5.1k
repo stars238k
Security audit3 / 3 scanners passed
Last updatedAugust 5, 2026
Repositoryaffaan-m/everything-claude-code

How do I run claude-devfleet tasks with correct setup and documented commands?

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

Who is it for?

Developers automating claude devfleet via agent-guided SKILL.md workflows.

Skip if: Skip when unrelated tooling already covers the task without this skill's documented flow.

When should I use this skill?

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

What you get

Repeatable claude-devfleet workflows with grounded commands and expected outputs.

  • parallel agent runs
  • structured progress reports
  • isolated worktree branches

Files

SKILL.mdMarkdownGitHub ↗

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. 完了したらユーザーに報告

Related skills

Forks & variants (1)

Claude Devfleet has 1 known copy in the catalog totaling 1.4k installs. They canonicalize to this original listing.

How it compares

Choose claude-devfleet over ad-hoc parallel prompts when you need isolated worktrees, centralized monitoring, and structured agent reports instead of manual branch management.

FAQ

Who is claude-devfleet for?

Developers using agents to execute claude devfleet workflows from SKILL.md.

When should I use claude-devfleet?

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

Is claude-devfleet safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.