agent-teams

Coordinate multiple Claude Code instances for parallel code review and debugging tasks.

Updated Oct 28, 2022
One-click install
npx skills add https://github.com/patrykk21/dotfiles --skill agent-teams-patrykk21
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/patrykk21/dotfiles/tree/main/claude/skills/agent-teams
Command: npx skills add https://github.com/patrykk21/dotfiles --skill agent-teams-patrykk21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1, and includes scripts (resource) components.

What problem does it solve?

The agent-teams Skill solves the challenge of managing parallel tasks that require independent agents to work together, such as parallel code reviews, competing debugging hypotheses, or independent module implementation.

Core Features & Use Cases

  • Parallel Code Review: Enables multiple reviewers to work simultaneously, applying different perspectives to the same codebase.
  • Competing Hypotheses Debugging: Facilitates a scientific debate-like approach to debugging by allowing agents to challenge each other's hypotheses.
  • Independent Module Implementation: Supports parallel development of modules without file overlap or shared resources.
  • Cross-Layer Changes: Manages teams working on different layers of a project (e.g., frontend, backend, testing) independently.

Quick Start

Create an agent team to review PR #142. Spawn three reviewers:

  • One focused on security implications
  • One checking performance impact
  • One validating test coverage

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I run parallel code reviews with multiple agents in Claude Code?▼

You can run parallel code reviews by using Claude Code agent teams to spawn multiple reviewer instances that apply different perspectives to the same codebase simultaneously, enhancing productivity.

Can I use multiple Claude Code instances to debug competing hypotheses?▼

Yes, multiple Claude Code instances can debug competing hypotheses by facilitating a scientific debate-like approach where agents work in parallel and challenge each other's debugging conclusions.

How does team collaboration work for independent module implementation in Claude Code?▼

Team collaboration for independent module implementation works by coordinating parallel Claude Code instances to develop modules simultaneously without file overlap or shared resource conflicts.

What do I need to enable to use agent-based parallel tasks in Claude Code?▼

To use agent-based parallel tasks, you need Claude Code installed and the experimental agent team features enabled by setting the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable to 1.

Can agent teams manage cross-layer changes for frontend, backend, and testing simultaneously?▼

Yes, agent teams can manage cross-layer changes by coordinating teams working on different layers of a project, such as frontend, backend, and testing, entirely independently and in parallel.