agent-teams-guide_skill

This skill guides you in creating and managing Claude Code agent teams, optimizing parallel work and coordinating tasks across teammates.
  • Python

0

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill hexbee/hello-skills --skill agent-teams-guide

  • openai.yaml263 B
  • SKILL.md5.1 KB

Overview

This skill provides a practical guide for orchestrating and controlling Claude Code agent teams. It explains how to create and start teams, assign and delegate tasks, manage display modes, and shut teams down cleanly. Use it to run parallel investigations, code reviews, and coordinated multi-agent workflows.

How this skill works

The guide describes the team architecture: a single team lead (the main session), multiple teammates (separate Claude Code instances), and a shared task list for coordination. It covers enabling the experimental feature, spawning teammates with focused prompts, switching display modes (in-process vs split-pane), direct messaging, delegate mode, and cleanup. Troubleshooting steps and limitations are included to help recover from common issues.

When to use it

  • When you need multiple perspectives or parallel workstreams (research, reviews).
  • When a task can be partitioned into independent files or self-contained units.
  • When you want competing hypotheses investigated in parallel.
  • When coordinating cross-layer work (frontend, backend, tests).
  • Not for sequential tasks or heavy same-file edits.

Best practices

  • Provide full context in the teammate spawn prompt; teammates don’t inherit lead history.
  • Split work into appropriately sized, self-contained tasks to minimize coordination overhead.
  • Avoid file conflicts by assigning different files ownership to teammates.
  • Use delegate mode to keep the lead as coordinator, not implementer.
  • Monitor progress regularly, synthesize results, and steer teammates as needed.

Example use cases

  • Parallel code review: spawn reviewers for security, performance, and test coverage and aggregate reports.
  • Refactor planning: spawn an architect to propose plans and require plan approval before changes.
  • Investigations: spawn multiple agents to test competing hypotheses and have them challenge each other.
  • Feature development: split a new feature into independent modules and assign teammates to each module.

FAQ

Set the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var to 1 in your environment or shell before starting Claude Code.

How do I prevent the lead from implementing tasks?

After starting the team, press Shift+Tab to enter delegate mode so the lead focuses on coordination and delegates implementation to teammates.

What if teammates stop on errors or become unresponsive?

Check the teammate output for errors, supply clarifying instructions, or spawn a replacement teammate. For split-pane issues, confirm tmux or iTerm2 is running.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational