Ccc Devfleet banner
KevinZai KevinZai

Ccc Devfleet

Development community

Description

--- description: "Orchestrate parallel Claude Code agents via Claude DevFleet — plan projects from natural language, dispatch agents in isolated worktrees, monitor progress, and read…" --- # DevFleet — Multi-Agent Orchestration Orchestrate parallel Claude Code agents via Claude DevFleet. Each agent runs in an isolated git worktree with full tooling. Requires the DevFleet MCP server: `claude mcp add devfleet --transport http http://localhost:18801/mcp` ## Flow ``` User describes project →

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-devfleet/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-devfleet && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-devfleet.md -o ~/.claude/skills/kevinzai-commander-ccc-devfleet/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository