Skip to main content
Back to registry

team-composition-patterns

wshobson/agents

Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature.

Installs1
Install command
npx skills add https://github.com/wshobson/agents --skill team-composition-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature. Rule of thumb : Start with the smallest team that covers all required dimensions. Adding teammates increases coordination overhead. When spawning teammates with the Task tool, choose subagent_type based on what tools the teammate needs: Key distinction : Read-only agents (Explore, Plan) cannot modify files. Never assign implementation tasks to read-only agents. Configure in ~/.claude/settings.json : When building custom teams: - Deciding how many teammates to spawn for a task - Choosing between preset team configurations - Selecting the right agent type (subagent_type) for each role - Configuring teammate display modes (tmux, iTerm2, in-process) - Building custom team compositions for non-standard workflows - Size : 3 reviewers - Agents : 3x team-reviewer - Default dimensions : security, performance, architecture - Use when : Code changes need multi-dimensional quality assessment - Size : 3 investigators - Agents : 3x team-debugger - Default hypotheses : 3 competing hypotheses - Use when : Bug has multiple plausible root causes - Size : 3 (1 lead + 2 implementers) - Agents : 1x team-lead + 2x team-implementer - Use when : Feature can be decomposed into parallel work streams - Size : 4 (1 lead + 3 implementers) - Agents...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does team-composition-patterns do?

Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature.

Is team-composition-patterns good?

team-composition-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does team-composition-patterns work with?

team-composition-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to team-composition-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install team-composition-patterns?

npx skills add https://github.com/wshobson/agents --skill team-composition-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering