← ClaudeAtlas

cc-fleetlisted

Delegate work to any third-party LLM provider with an Anthropic-compatible API (e.g. DeepSeek, GLM, Kimi, Qwen, MiniMax) as real Claude Code agent-team teammates or one-shot subagents via cc-fleet — driven exactly like native teammates, and your main session's own auth (OAuth or API key) stays untouched. Use when the user asks to spawn a vendor teammate or subagent, when bulk / parallel / specialized work warrants offloading from the main session, or when a `cc-fleet` command needs to be invoked.
ethanhq/cc-fleet · ★ 6 · AI & Automation · score 78
Install: claude install-skill ethanhq/cc-fleet
# cc-fleet This skill teaches you to use the `cc-fleet` CLI to run any third-party LLM with an Anthropic-compatible endpoint (e.g. DeepSeek, GLM, Kimi, Qwen, MiniMax) as **real Claude Code agent-team teammates** — same full tool stack and native team coordination as a native teammate, just with the LLM backend swapped to a vendor model. You drive them exactly like a native `Agent` teammate. **Your main session's own auth is untouched** — whether it logs in with an OAuth subscription or an API key. Vendor workers bill the vendor API; your main session is unaffected. Native `Agent({model: 'sonnet|opus|haiku'})` cannot accept `--settings <path>` or vendor model ids — that's exactly the gap cc-fleet fills. This file is the router + the common path. Depth lives in `references/` — read the one a step points you to. --- ## Routing: three lanes (read this first) Sort every request into **exactly one** lane before doing anything else: | Lane | When | Action | |---|---|---| | **1 · Long-lived vendor teammate** | Parallel build · user says "spawn workers" · >10-file batch · multi-turn collaboration · model specialization on a *sustained* task | `cc-fleet spawn` a teammate. Core loop below; full detail `references/teammates.md`. | | **2 · One-shot vendor offload** | User names a vendor for a *one-time* job ("use deepseek to analyze this file") · a batch fan-out of independent one-shot tasks | `cc-fleet subagent` — synchronous, **no pane, no `TeamCreate`/`SendMessage`/`TeamDelete`*