team

Orchestrate a temporary agent team in tmux panes for parallel subtasks.

9|Updated Dec 21, 2016
One-click install
npx skills add https://github.com/ysoftman/myenv --skill team-ysoftman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/ysoftman/myenv/tree/main/.claude/skills/team
Command: npx skills add https://github.com/ysoftman/myenv --skill team-ysoftman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages a temporary agent team in tmux panes to enable parallel work, keeping the main agent focused on user interaction while delegating independent tasks to teammates up to a total of five agents.

Core Features & Use Cases

  • Create a short-lived agent team to split large tasks across files, modules, or concerns.
  • Use when users request simultaneous progress or when workloads can safely run in parallel.
  • Provide clear ownership, backlog handling, and finish criteria to avoid conflicts and ensure smooth integration.

Quick Start

Create a temporary agent team and assign parallel subtasks to teammates in separate tmux panes.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate parallel work across multiple agents in tmux?

You can coordinate parallel work by orchestrating a temporary agent team in tmux panes. This allows the main agent to delegate independent subtasks to teammates, managing up to five agents simultaneously while keeping user interaction focused.

When should I use agent orchestration for task coordination instead of sequential processing?

Use agent orchestration when a user task can be divided into independent subtasks across files or concerns. It is ideal for workloads that can safely run in parallel, requiring clear ownership, backlog handling, and finish criteria to avoid conflicts.

Does tmux support managing a team of agents for simultaneous file processing?

Yes, tmux supports managing a team of agents by utilizing separate panes for each teammate. This setup enables simultaneous file processing and parallel task execution without conflicts through enforced ownership and backlogs.

What is the maximum number of agents I can run in a tmux agent team?

The maximum number of agents you can run in a tmux agent team is five, including the main agent. This limit ensures manageable coordination of TeamCreate, TaskCreate, TaskUpdate, and SendMessage operations across the panes.

How do teammate agents communicate and update task status during parallel processing?

Teammate agents communicate and update task status using SendMessage and TaskUpdate operations. The main agent coordinates these operations while enforcing ownership and clear completion criteria to ensure smooth integration of parallel work.

What are the limitations of splitting tasks across tmux panes for parallel work?

Limitations include a maximum of five agents and the necessity for subtasks to be independent across files or concerns. Tasks requiring shared state or sequential dependencies are not suitable for this parallel tmux approach.