Compose AI agent teams for complex software development tasks by selecting structures like single agents, parallel subagents, or coordinated teams, choosing models (Haiku, Sonnet, Opus), and defining communication patterns. Use predefined roles including Orchestrator, Explorer, Frontend (React), Backend (Rails), iOS (Swift), Android (Kotlin), and Database.
npx claudepluginhub zoranspirkovski/creating-agent-teams --plugin creating-agent-teamsA 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.
This plugin provides a skill that helps you:
Agent teams are experimental and disabled by default. Enable them in your Claude Code settings:
// ~/.claude/settings.json
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
For complete details on agent teams, see the official Claude Code documentation:
Add this repository as a marketplace and install:
/plugin marketplace add ZoranSpirkovski/creating-agent-teams
/plugin install creating-agent-teams@ZoranSpirkovski-creating-agent-teams
git clone https://github.com/ZoranSpirkovski/creating-agent-teams.git ~/.claude/plugins/creating-agent-teams
git clone https://github.com/ZoranSpirkovski/creating-agent-teams.git ~/.claude/skills/creating-agent-teams
cd ~/.claude/skills/creating-agent-teams
# Move skill files to root for legacy skill loading
mv skills/creating-agent-teams/* .
rmdir skills/creating-agent-teams skills
creating-agent-teams/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── skills/
│ └── creating-agent-teams/
│ ├── SKILL.md # Core skill - decision framework
│ ├── research.md # Reference - model comparisons, patterns
│ └── agent-prompt-template.md # Templates for spawning agents
└── README.md
| Agent | Model | Type | Role |
|---|---|---|---|
| Orchestrator | opus | general-purpose | Coordinates, never implements |
| Explorer | haiku | Explore | Finds files, patterns, conventions |
| Frontend | sonnet | general-purpose | React/UI implementation |
| Backend | sonnet | general-purpose | Server-side logic |
| API | sonnet | general-purpose | Endpoints, contracts |
| Reviewer | sonnet | code-reviewer | Quality gate |
The skill triggers when you:
Example:
Create an agent team to implement the user authentication feature.
We need frontend login form, backend auth service, and API endpoints.
To submit this plugin to the official Anthropic marketplace:
MIT
Share bugs, ideas, or general feedback.
Multi-agent team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.
AI team role and worker manager for multi-agent development workflows.
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
The team-architecture factory for Claude Code — a meta-skill that turns a domain description into an agent team and the skills they use, with six pre-defined team-architecture patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). Claude Code용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.
Manus-style context engineering for Claude Code Agent Teams. Coordinate multiple agents with shared planning files, structured task assignment, and persistent memory. Based on planning-with-files methodology.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams