claude-devfleet

Orchestrate multi-agent coding tasks with Claude Code agents and git worktrees.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Michae2xl/claude-skills-michael --skill claude-devfleet-michae2xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/Michae2xl/claude-skills-michael/tree/main/skills/claude-devfleet
Command: npx skills add https://github.com/Michae2xl/claude-skills-michael --skill claude-devfleet-michae2xl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing and orchestrating multi-agent coding tasks, allowing for efficient project planning, execution, and progress monitoring.

Core Features & Use Cases

  • Multi-Agent Orchestration: Dispatch multiple Claude Code agents to work on coding tasks in parallel.
  • Isolated Worktrees: Each agent operates in an isolated git worktree with full tooling.
  • Project Planning and Monitoring: Plan projects, dispatch missions, monitor progress, and generate structured reports.
  • Use Case: Use this Skill to build a REST API with authentication and testing, where multiple agents can work on different components simultaneously.

Quick Start

Use the claude-devfleet skill to plan and launch a project: plan_project(prompt="Build a REST API with auth and tests").

Frequently Asked Questions about claude-devfleet

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

FAQPage Schema
How do I orchestrate multi-agent coding tasks with Claude Code in parallel?

You orchestrate multi-agent coding tasks by planning projects, dispatching missions, and monitoring progress. Each agent operates in an isolated git worktree with full tooling to execute coding tasks in parallel.

What is the best way to manage multiple Claude Code agents working on a REST API?

Managing multiple Claude Code agents involves using project planning and mission dispatching features to monitor progress and generate structured reports while agents build different API components simultaneously.

Do I need a Claude DevFleet instance and MCP connection to dispatch coding agents?

Yes, dispatching coding agents requires a Claude DevFleet instance and an MCP connection. These prerequisites enable the git worktree isolation and project orchestration features needed for multi-agent operations.

How does git worktree isolation work for parallel Claude Code agents?

Git worktree isolation places each Claude Code agent in a separate working directory with full tooling, allowing agents to operate on coding tasks simultaneously without interfering with each other's file changes.

Can I use this multi-agent project management approach to build authentication and testing components?

Yes, you can use this multi-agent project management approach to build authentication and testing components. You can plan a project to build a REST API with auth and tests, dispatching agents to work on different components simultaneously.