agent-teams

Coordinate multi-layer Claude Code tasks by spawning agent teams across backend and frontend.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Shockwave2k/team-claude-skills --skill agent-teams-shockwave2k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/Shockwave2k/team-claude-skills/tree/main/skills/shared/agent-teams
Command: npx skills add https://github.com/Shockwave2k/team-claude-skills --skill agent-teams-shockwave2k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multi-layer Claude Code tasks by spawning and synchronizing multiple teammate sessions across backend and frontend to accelerate cross-domain work and avoid bottlenecks.

Core Features & Use Cases

  • Spawn and coordinate multiple teammates (backend-implementer, frontend-implementer, schema-owner, reviewer) with a shared task list and direct messaging.
  • Enable explicit ownership, collaboration workflows, and guided spawn prompts for end-to-end tasks.
  • Use display modes (in-process or split-pane) and experimental enablement via settings to run teams in parallel.

Quick Start

Spawn an agent team and begin parallel investigation across backend and frontend for a full-stack feature.

Frequently Asked Questions about agent-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate parallel work across backend and frontend in Claude Code?

You coordinate parallel work by spawning synchronized agent teams across backend and frontend layers using canonical spawn prompts. Teammates share a task list and communicate via direct messaging to accelerate full-stack feature development and avoid bottlenecks.

Can I run parallel code reviews with multiple Claude Code teammates?

Yes, you can run parallel code reviews by spawning an agent team with specific ownership roles like reviewer. Teammates operate concurrently with shared task visibility, enabling simultaneous investigation and feedback across the codebase.

What is the best way to debug competing hypotheses across multiple Claude Code agents?

The best way to debug competing hypotheses is spawning an agent team where teammates investigate different theories in parallel. This approach uses per-team ownership roles and shared task lists to coordinate findings without creating investigative bottlenecks.

Does agent-teams require specific settings configuration to enable parallel sessions?

Yes, experimental enablement requires configuring settings.json to activate parallel team execution. The Skill provides safety rails and display modes, including in-process or split-pane options, directly through this configuration file.

How do full-stack agent teams manage ownership and task delegation?

Full-stack agent teams manage ownership through explicit per-team roles like backend-implementer, frontend-implementer, schema-owner, and reviewer. Guided spawn prompts delegate tasks while a shared task list tracks progress and direct messaging handles collaboration.

When should I not use parallel teammate sessions for cross-layer work?

You should not use parallel teammate sessions for simple, single-layer tasks that lack cross-domain dependencies. The overhead of spawning and synchronizing teams is best suited for complex full-stack features and parallel investigations requiring coordinated effort.