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.
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.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub zoranspirkovski/creating-agent-teams --plugin creating-agent-teamsProcess-Agent-Skill framework for building agentic workflows. Create automated pipelines with composable processes, agents, and skills that improve through feedback.
Set up a Claude Code workspace using Jake Van Clief's folder architecture: root CLAUDE.md with a routing table, workspace subfolders with CONTEXT.md files, and naming conventions as a lightweight database.
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.
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
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용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集