Team

Spawns long-lived provider LLM teammates in tmux panes for sustained collaborative work.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 189★ repo), full install/trigger/output test scheduled.

What Team does

Spawn long-lived provider LLM teammates in tmux panes that you message via the native agent-team tools — multi-turn, collaborative, watchable. Use for sustained parallel build/work ("spawn workers", N teammates on N files), or when you need a collaborator you message across turns. NOT a fire-and-forget one-shot or a flat batch of independent prompts — that is /cc-fleet:subagent. NOT a scripted…

How to install Team

git clone https://github.com/ethanhq/cc-fleet
cp -r cc-fleet/skills/team ~/.claude/skills/team

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Team

  • /team Spawns long-lived provider LLM teammates in tmux panes for sustained collaborative work.

It also activates on plain-language prompts like these:

  • Spawn three teammates to work these files in parallel
  • Message my running teammate about this change
  • Start a collaborative team session for this build

Frequently asked questions

Is the Team skill free?
Yes. The skill itself is free from ethanhq/cc-fleet. SkillProof publishes the install command and an independent test verdict at no cost.
Does Team work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Team?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Team with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.