agent-teams

Coordinate multi-agent teams with lead and teammate roles for parallel research and review.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Kuass/kiro-gateway-plus --skill agent-teams-kuass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/Kuass/kiro-gateway-plus/tree/main/.opencode/skill/agent-teams
Command: npx skills add https://github.com/Kuass/kiro-gateway-plus --skill agent-teams-kuass

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of coordinating multiple AI agents to work collaboratively on complex tasks, enabling parallel research, review, and problem-solving that would be inefficient or impossible for a single agent.

Core Features & Use Cases

  • Team Coordination: Enables a lead agent to manage and direct multiple teammate agents.
  • Task Distribution & Monitoring: Facilitates breaking down large tasks, assigning them to specific agents, and tracking progress.
  • Communication Patterns: Supports bidirectional messaging between agents for dynamic collaboration.
  • Use Case: Use this Skill to have multiple agents research different aspects of a new feature, review code for security and performance, or explore competing implementation approaches simultaneously, with a lead agent synthesizing the findings.

Quick Start

Use the agent-teams skill to coordinate a research team to analyze authentication patterns in the codebase.

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I coordinate multiple AI agents for parallel research tasks?

Multi-agent coordination is achieved by defining a lead agent to distribute subtasks, manage a shared task list, and synthesize findings from teammate agents researching different aspects simultaneously. This enables efficient parallel research, review, or problem-solving for complex tasks.

What is the best way to structure AI agents for competing hypotheses?

Structuring competing hypotheses involves configuring teammate agents to explore different implementation approaches independently, then using a lead agent to synthesize the findings. This multi-agent coordination pattern allows simultaneous evaluation of competing solutions for complex problem-solving.

How do I set up a shared task list for bidirectional messaging between AI agents?

Setting up bidirectional messaging requires defining roles for a lead agent and teammates, then establishing a shared task list. The lead agent manages task distribution and monitors progress, enabling dynamic communication and continuous collaboration between agents during complex workflows.

Can I use multi-agent coordination for parallel code review on security and performance?

Yes, multi-agent coordination supports parallel code review by assigning specific agents to analyze security and performance independently. A lead agent manages the task distribution, monitors progress, and synthesizes the review findings for comprehensive code analysis.

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

A multi-agent team is ideal for complex tasks requiring parallel research, review, or competing approaches that would be inefficient for a single agent. It optimizes collaborative workflows by enabling simultaneous task execution, dynamic communication, and structured coordination.

Does agent-teams require specific dependencies to manage parallel processing?

No specific dependencies are required to manage parallel processing with agent-teams. The skill facilitates multi-agent coordination internally through shared task lists and bidirectional messaging, structuring collaborative workflows without external library constraints.