Teams banner
phnx-labs phnx-labs

Teams

Productivity community

Description

--- description: Spawn parallel agents to work on a task together --- You are organizing a team for: $ARGUMENTS ## Single Agent vs Team First decide: do you need one agent or multiple? - **One agent**: `agents run <agent> "prompt" --mode edit --timeout 30m` - **Multiple agents**: continue below ## Create Team ```bash agents teams create <team-name> # Edit-mode teams: isolate each teammate in its own git worktree agents teams create <team-name> --enable-worktrees ``` Use `--enable-worktre

Installation

Installs to ~/.claude/skills/phnx-labs-.agents-teams/SKILL.md

Terminal
mkdir -p ~/.claude/skills/phnx-labs-.agents-teams && curl -fsSL https://raw.githubusercontent.com/phnx-labs/.agents/HEAD/commands/teams.md -o ~/.claude/skills/phnx-labs-.agents-teams/SKILL.md

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

Full documentation available on GitHub

View Source Repository