ZoranSpirkovski/creating-agent-teams
30 stars · Last commit 2026-02-10
Claude Code skill for creating and coordinating agent teams - decide when to use single agents vs parallel subagents vs full teams
README preview
# Creating Agent Teams
A Claude Code plugin with a skill for deciding when and how to create agent teams - whether a task needs a single agent, parallel subagents, or a coordinated team.
## What This Plugin Does
This plugin provides a skill that helps you:
- **Analyze tasks** to determine the right approach (single agent vs parallel vs team)
- **Select the right model tier** (Haiku/Sonnet/Opus) for each role
- **Choose agent types** (Explore, general-purpose, code-reviewer, etc.)
- **Compose effective teams** with proper communication patterns
- **Avoid common mistakes** like token waste, scope creep, and coordination overhead
## Prerequisites
Agent teams are **experimental and disabled by default**. Enable them in your Claude Code settings:
```json
// ~/.claude/settings.json
{