team-agents

Coordinate AI subagents with TeamCreate, SendMessage, and TaskList patterns.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill team-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-agents
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/team-agents
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill team-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires maw, tmux, git, pstree, python3, and includes scripts (resource) components.

What problem does it solve?

Coordinating multiple AI subagents to work as a unified team to handle complex tasks that require parallel execution, inter-agent communication, and coordinated handoffs.

Core Features & Use Cases

  • Reusable framework for TeamCreate, SendMessage, and TaskList patterns to spawn and manage multiple agents.
  • Supports role assignment, parallel task execution, progress reporting, and cross-repo coordination for multi-step workflows.
  • Use cases include code reviews, security audits, and feature development that cross repository boundaries and require synchronized collaboration.

Quick Start

Spin up a coordinated team for the described task and begin assigning roles.

Frequently Asked Questions about team-agents

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

FAQPage Schema
How do I coordinate multiple AI agents for parallel task execution?

You coordinate multiple AI agents for parallel task execution by assigning specific roles and using inter-agent communication patterns to synchronize handoffs and manage complex workflows across different repositories.

What is the best way to orchestrate cross-repo code reviews using multiple agents?

The best way to orchestrate cross-repo code reviews is by deploying a coordinated team of subagents that execute synchronized collaboration, enabling parallel processing and progress reporting across repository boundaries.

How does inter-agent coordination work for complex multi-step workflows?

Inter-agent coordination works for complex multi-step workflows by enforcing a deterministic lifecycle with TeamCreate, SendMessage, and TaskList patterns to spawn, sync, and cleanly shut down agents.

Do I need specific tools to manage parallel agent execution and lifecycle?

You need specific tools to manage parallel agent execution and lifecycle, requiring dependencies like maw, tmux, git, pstree, and python3 to spawn, monitor, and cleanly shut down coordinated agent teams.

When should I use a multi-agent team instead of a single agent for software engineering?

You should use a multi-agent team instead of a single agent when tasks require parallel work, distinct role assignments, and inter-agent coordination across repositories for complex operations like security audits or feature development.