team

Coordinate multiple Claude Code agents on shared tasks with dependencies.

38.5k|3.5k|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/team
Command: npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables multiple Claude Code agents to collaborate on a shared task list, coordinate work, and track progress, reducing handoffs and bottlenecks in complex projects.

Core Features & Use Cases

  • Collaborative team orchestration: spawn and manage several agents that work on a common set of tasks with clear ownership and dependencies.
  • Task decomposition and dependency management: automatically structure work into subtasks, enforce blocking relationships, and monitor progress.
  • Inter-agent messaging and lifecycle control: built-in channels for progress updates, guidance, and graceful shutdown of teams.
  • Use Case: refactor a large module by distributing subtasks across executors, build-fixers, and designers while maintaining a single source of truth for task status.

Quick Start

Use the team skill to spawn a coordinated group of agents:

  • Example usage: /oh-my-claudecode:team 3:executor "refactor authentication flow and add tests"

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 agents for parallel task execution?

To coordinate multiple Claude Code agents for parallel task execution, you can use team orchestration to spawn agents that work on a shared task list with defined dependencies. This manages task lifecycle and progress monitoring automatically.

What is multi-agent task dependency management in software engineering?

Multi-agent task dependency management structures work into subtasks with blocking relationships across agents, ensuring coordinated execution. It prevents bottlenecks by enforcing clear ownership and dependency tracking throughout the team lifecycle.

Can I distribute a large module refactor across several Claude Code agents?

Yes, you can distribute a large module refactor across several Claude Code agents by spawning a coordinated team. The team skill allows you to assign subtasks to executors, build-fixers, and designers while maintaining a single source of truth.

How do I set up inter-agent messaging for a Claude Code team?

Inter-agent messaging for a Claude Code team is set up through built-in channels that support progress updates and guidance. This coordination mechanism allows agents to communicate effectively during collaborative workflows.

Does the team skill support graceful shutdown and cleanup of agents?

Yes, the team skill supports graceful shutdown and cleanup of agents. It provides built-in lifecycle control to safely terminate team members and clean up resources after shared tasks are completed.

What's the best way to manage blocking dependencies in multi-agent automation?

The best way to manage blocking dependencies in multi-agent automation is to structure work into subtasks with enforced blocking relationships. This ensures dependent tasks are not started until prerequisites are met, reducing handoff bottlenecks.