agent-team

Coordinate multiple Claude Code sessions to manage agent teams.

25|4|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/CaptainCrouton89/crouton-kit --skill agent-team
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-team
Source: https://github.com/CaptainCrouton89/crouton-kit/tree/main/plugins/.claude/skills/agent-team
Command: npx skills add https://github.com/CaptainCrouton89/crouton-kit --skill agent-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables orchestration of multiple Claude Code sessions to form and manage agent teams, enabling parallel exploration and coordinated problem solving.

Core Features & Use Cases

  • Spawn teammates and assign tasks to them
  • Shared task list with locking to prevent race conditions
  • Direct inter-teammate messaging and centralized coordination
  • Display mode options: in-process or split panes for parallel work

Quick Start

Enable agent teams in your environment or settings, then prompt Claude to create a team and spawn teammates for your task.

Frequently Asked Questions about agent-team

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

FAQPage Schema
How do I coordinate multiple Claude Code sessions for parallel work?▼

Claude Code sessions can be coordinated by forming an agent team, spawning teammates, assigning tasks to a shared list with locking to prevent race conditions, and enabling direct inter-teammate messaging for centralized parallel problem solving.

Can I split panes to display parallel Claude Code agent tasks?▼

Yes, display modes include in-process or split panes to visualize parallel work across spawned teammates, allowing you to monitor multiple Claude Code sessions simultaneously within your environment.

What is a shared task list with locking for parallel AI agents?▼

A shared task list with locking is a coordination mechanism that prevents race conditions when multiple agent teammates attempt to access or modify tasks simultaneously, ensuring safe parallel execution across sessions.

How do I start an agent team and spawn teammates in Claude Code?▼

To start an agent team, enable the feature in your environment settings and prompt Claude to create a team and spawn teammates for your task, utilizing local storage for team configs and enforcing leader-permission models.

Does Claude Code agent team coordination require external dependencies?▼

No external dependencies are required, as the agent team coordination relies on local storage for team configs and tasks, enforcing leader-permission models and supporting spawn prompts entirely within the existing environment.