claude-devfleet

Coordinate multi-agent coding tasks with Claude DevFleet via MCP.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hieuck/Pro5ChromeManager --skill claude-devfleet-hieuck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/hieuck/Pro5ChromeManager/tree/main/skills/claude-devfleet
Command: npx skills add https://github.com/hieuck/Pro5ChromeManager --skill claude-devfleet-hieuck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate multi-agent coding tasks with Claude DevFleet to plan, dispatch parallel agents in isolated worktrees, monitor progress, and generate structured reports.

Core Features & Use Cases

  • Plan projects with mission DAGs and auto-dispatch settings.
  • Each agent runs in an isolated git worktree with full tooling.
  • Monitor progress and aggregate structured reports across missions.
  • Handle concurrency with up to a configurable number of parallel agents.

Quick Start

Plan a project and dispatch the root mission to start parallel coding tasks.

Frequently Asked Questions about claude-devfleet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate parallel agents for coding tasks?

You can orchestrate parallel agents for coding tasks by using Claude DevFleet to plan projects, dispatch agents in isolated git worktrees, and monitor their progress. It coordinates multi-agent coding tasks and aggregates structured reports across missions.

How does multi-agent orchestration work with isolated git worktrees?

Multi-agent orchestration with isolated git worktrees assigns each agent to an isolated copy of the repository with full tooling. This allows agents to execute coding tasks in parallel without interfering with each other's working directory.

Do I need a running Claude DevFleet instance to use parallel agent orchestration?

Yes, you need a running Claude DevFleet instance connected via MCP and a properly configured DevFleet transport. This setup is required to plan projects, dispatch root missions, and monitor parallel coding tasks.

Can I configure the concurrency limit for parallel coding agents?

Yes, you can handle concurrency with up to a configurable number of parallel agents. This allows you to manage system resources while dispatching multiple isolated worktrees for a single mission.

How do I monitor progress and aggregate reports across multiple coding missions?

You monitor progress and read structured reports across missions through the Claude DevFleet coordination system. It aggregates reports from dispatched parallel agents running in isolated worktrees.

What is the best way to plan projects with mission DAGs and auto-dispatch?

The best way to plan projects with mission DAGs and auto-dispatch settings is to use Claude DevFleet. You define the project plan and dispatch the root mission to automatically start parallel coding tasks across agents.