team

Coordinate Claude Code teams across cmux panes with YAML configuration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jdidion/claude-plugins --skill team-jdidion
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/jdidion/claude-plugins/tree/main/plugins/handoff/skills/team
Command: npx skills add https://github.com/jdidion/claude-plugins --skill team-jdidion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating Claude Code sessions across multiple panes can be challenging without a centralized team model; this Skill provides a structured way to create teams, spawn teammates, manage shared tasks, and coordinate multi-session work with cmux.

Core Features & Use Cases

  • Interactive team creation and joining across multiple panes or workspaces
  • YAML-based configuration loading, dynamic membership management, and checkpointing
  • Centralized messaging, task coordination, and persistence of team state for later resume

Quick Start

Create a new team with /handoff:team create <team-name> and start adding members to begin coordinated multi-session work.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple Claude Code sessions across different panes?▼

Coordinating multiple Claude Code sessions involves using a centralized team model to spawn teammates, share messaging, and manage tasks across cmux panes and workspaces. This approach provides structured multi-session work with state checkpointing for persistence.

What is YAML-driven configuration for managing multi-session work?▼

YAML-driven configuration for multi-session work is a workflow where you define team setups and manage membership dynamically using YAML files. It enables loading team configurations, managing members, and checkpointing state to resume coordinated tasks later.

How do I create and add members to a new team workspace?▼

To create and add members to a team workspace, run the team create command with a specified team name, then use the interactive membership management workflow to spawn teammates across panes. This sets up shared task coordination immediately.

Does coordinating Claude Code teams require cmux?▼

Coordinating Claude Code teams relies on cmux to manage panes and workspaces for multi-session work. You need a cmux environment to spawn teammates, share messaging, and maintain centralized task coordination across active sessions.

Can I save and resume shared tasks across multiple Claude Code sessions?▼

You can save and resume shared tasks across Claude Code sessions using state checkpointing. The team model persists task coordination and messaging state, allowing you to resume multi-session work at a later time without losing progress.

When should I use a centralized team model for multi-session coordination?▼

You should use a centralized team model for multi-session coordination when managing complex workflows across multiple panes becomes challenging without shared state. It is ideal for dynamic membership, centralized messaging, and persistent task coordination.