agent-teams

Orchestrate Gemini CLI agent teams for parallel multi-agent collaboration.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/dundas/agentbootup-public --skill agent-teams-dundas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/dundas/agentbootup-public/tree/main/templates/.gemini/skills/agent-teams
Command: npx skills add https://github.com/dundas/agentbootup-public --skill agent-teams-dundas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex tasks by enabling multiple AI agents to collaborate in parallel, tackling challenges that would be difficult or time-consuming for a single agent.

Core Features & Use Cases

  • Parallel Collaboration: Spawn multiple agents to work on different aspects of a task simultaneously.
  • Specialized Roles: Assign specific expertise (e.g., security reviewer, backend engineer) to individual agents.
  • Structured Workflows: Define clear task dependencies, communication patterns, and review processes for teams.
  • Use Case: Implement a new feature by spawning a backend engineer, a frontend engineer, and a security reviewer to work in parallel, with the security reviewer ensuring best practices are followed at each step.

Quick Start

Create an agent team to review the pull request with number 123, spawning three reviewers: a security reviewer, a performance reviewer, and a test coverage reviewer.

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I orchestrate multi-agent systems for parallel task processing in Gemini CLI?

To orchestrate multi-agent systems for parallel task processing, you must enable experimental agent teams in Gemini CLI settings. This allows you to spawn specialized agents that collaborate on complex task decomposition and execution simultaneously.

What are the best practices for assigning specialized roles to AI agents?

Assigning specialized roles to AI agents involves defining specific expertise for individual agents, such as a backend engineer or security reviewer. Structured workflows establish clear task dependencies and communication patterns for these roles.

Can I use parallel AI agents to review a pull request?

Yes, you can use parallel AI agents to review a pull request by spawning multiple specialized reviewers. For example, you can create a team with security, performance, and test coverage reviewers to evaluate the code simultaneously.

How does multi-agent collaboration handle complex task decomposition?

Multi-agent collaboration handles complex task decomposition by distributing different aspects of a task across multiple agents working in parallel. This structured workflow ensures specialized agents tackle specific challenges that are difficult for a single agent.

Do I need to enable experimental settings to use agent teams?

Yes, you must enable experimental agent teams in Gemini CLI settings to use this feature. Enabling this setting unlocks the orchestration patterns and templates required for multi-agent collaboration.

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

Use parallel multi-agent collaboration when facing complex tasks that are difficult or time-consuming for a single agent. It allows you to spawn specialized agents to work on different aspects of a feature simultaneously, ensuring best practices are followed.