teams

Orchestrate parallel AI coding agents across local and remote environments.

15|6|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/phnx-labs/agents-cli --skill teams-phnx-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams
Source: https://github.com/phnx-labs/agents-cli/tree/main/skills/teams
Command: npx skills add https://github.com/phnx-labs/agents-cli --skill teams-phnx-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing complex, multi-step projects that require parallel execution and collaboration between multiple AI agents, preventing the bottlenecks of single-agent workflows.

Core Features & Use Cases

  • Parallel Execution: Coordinate multiple agents to work on different parts of a codebase simultaneously.
  • DAG Dependencies: Define task sequences where specific agents wait for others to complete their work before starting.
  • Distributed Fleet Management: Deploy teammates across multiple machines or devices to scale compute and environment access.
  • Use Case: A team can be created to build a new feature where one agent handles backend API development, another builds the frontend UI, and a third runs automated tests, all managed through a single orchestrator.

Quick Start

Use the teams skill to create a new project team named feature-alpha and add a claude agent to handle the backend implementation.

Frequently Asked Questions about teams

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

FAQPage Schema
How do I run multiple AI coding agents in parallel to speed up software development?

You can orchestrate parallel AI coding agents by deploying a distributed fleet that works on different parts of a codebase simultaneously. This approach manages complex task dependencies and coordinates agent communication to eliminate single-agent workflow bottlenecks.

Can I define task dependencies so specific AI agents wait for others to finish?

Yes, you can define task sequences using DAG dependencies where specific agents wait for others to complete their work before starting. This ensures complex multi-step project workflows execute in the correct order across your distributed agent team.

What is the best way to scale compute for AI agents across multiple machines?

Distributed fleet management allows you to deploy teammates across multiple machines or devices to scale compute and environment access. This enables parallel execution across local and remote environments while maintaining centralized orchestration.

How do I monitor agent status and control costs during parallel AI task execution?

You can monitor agent status and control costs by implementing budget guardrails and status monitoring within the orchestrator. This ensures efficient, cost-controlled project delivery across your distributed AI agent fleet.

Do I need a central orchestrator to manage separate agents handling backend, frontend, and testing?

Yes, a central orchestrator coordinates separate agents handling backend API development, frontend UI, and automated testing. It manages the distributed resource allocation and fleet-wide communication required for collaborative software development workflows.