team

Coordinate N agents on a shared task list with Claude Code native teams.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill team-jimmi2051
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/team
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill team-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn N coordinated agents to work on a shared task list using Claude Code native teams, enabling parallel work, inter-agent coordination, and controlled handoffs across stages.

Core Features & Use Cases

  • End-to-end team orchestration: parse input, decompose tasks, spawn teammates, monitor progress, and handle stage transitions with handoffs.
  • Flexible execution modes: supports both Claude Code teammates and optional CLI workers (Codex/Gemini) for hybrid workflows.
  • Handoff and resume: provides structured handoffs between stages and resume/cancel semantics for robust long-running tasks.

Quick Start

Spawn a team to decompose a given software task and monitor progress until completion.

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 on a shared task list?

Multi-agent coordination is automated by parsing input, decomposing tasks, spawning teammates, and monitoring progress with structured stage transitions and inter-agent communication. This enables parallel work on shared software development initiatives.

Can I use Claude Code native teams for parallel task decomposition?

Yes, Claude Code native teams support parallel task decomposition by spawning N coordinated agents to work on a shared list. The workflow handles end-to-end execution from input parsing to resource cleanup.

Does multi-agent orchestration support hybrid workflows with CLI workers?

Multi-agent orchestration supports hybrid workflows by allowing optional CLI workers like Codex or Gemini to operate alongside Claude Code teammates. This provides flexible execution modes for diverse development environments.

How do long-running multi-agent tasks handle interruptions or stage transitions?

Long-running tasks handle interruptions through structured handoffs between stages and resume or cancel semantics. State persistence ensures robust execution and controlled lifecycle management across the workflow.

When should I use multi-agent orchestration instead of a single agent?

Multi-agent orchestration is ideal for software development tasks and codebase initiatives that benefit from parallel work, staged execution, and inter-agent coordination. It automates task decomposition and teammate monitoring for complex projects.