claude-devfleet

Execute multiple coding agents in parallel within isolated git worktrees.

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill claude-devfleet-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-devfleet
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/claude-devfleet
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill claude-devfleet-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the bottlenecks of sequential coding workflows by enabling parallel execution of multiple coding agents in isolated git worktrees, removing manual task handoffs and context switching delays.

Core Features & Use Cases

  • Automated Project Planning: Break high-level project prompts into dependency-aware mission chains automatically.
  • Parallel Agent Dispatch: Run multiple coding agents simultaneously in isolated environments to work on separate tasks without conflicting changes.
  • Progress Monitoring & Reporting: Track agent status in real time and get structured reports of files changed, test results, errors, and next steps.
  • Use Case: For a full-stack app build, dispatch one agent to implement the backend API and another to build the frontend UI in parallel, then review a combined report of all changes when both complete.

Quick Start

Use the claude-devfleet skill to plan and launch parallel coding agents to build a REST API with authentication and test coverage, then share the final project report with me.

Frequently Asked Questions about claude-devfleet

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

FAQPage Schema
How do I run parallel coding agents to speed up software development?

To run parallel coding agents, you can dispatch multiple agents simultaneously in isolated git worktrees, eliminating manual task handoffs and sequential workflow bottlenecks for concurrent task execution.

Can I build a full-stack application by dispatching frontend and backend agents concurrently?

Yes, you can dispatch parallel coding agents concurrently in isolated git worktrees to build full-stack applications, allowing one agent to implement backend APIs while another builds frontend UI simultaneously.

How does automated project planning work for multi-agent development workflows?

Automated project planning for multi-agent workflows works by automatically breaking high-level project prompts into dependency-aware mission chains, enabling structured progress reporting and parallel agent dispatch.

What is the best way to manage cross-dependent code refactoring across isolated environments?

The best way to manage cross-dependent code refactoring is using isolated git worktrees for parallel agent dispatch, preventing conflicting changes while tracking agent status and combining structured progress reports.

How do I track progress and file changes when executing concurrent coding tasks?

You track progress and file changes during concurrent coding tasks by monitoring agent status in real time and reviewing structured reports of files changed, test results, errors, and next steps.

Do I need git worktrees to prevent conflicting changes during parallel agent execution?

Yes, you need git worktrees to prevent conflicting changes during parallel agent execution, as this Skill uses isolated environments to enable multiple coding agents to work on separate tasks simultaneously.