agent_team

Orchestrates multiple Worker agents for distributed task execution with batch dispatching.

6|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/valkryhx/google_adk_agent --skill agent-team-valkryhx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent_team
Source: https://github.com/valkryhx/google_adk_agent/tree/main/skills/agent_team
Command: npx skills add https://github.com/valkryhx/google_adk_agent --skill agent-team-valkryhx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill empowers the agent to act as a Swarm Leader, enabling it to delegate tasks to other AI agents (Workers) within a cluster, manage their execution, and consolidate results, thereby overcoming the limitations of a single agent's capacity.

Core Features & Use Cases

  • Task Delegation: Distribute complex tasks to specialized or available Worker agents.
  • Concurrency Management: Utilize dispatch_batch_tasks for parallel execution of independent tasks, significantly speeding up workflows.
  • Stateful Collaboration: Maintain context across multiple turns with specific Workers using sub_session_id for iterative development or problem-solving.
  • Information Gathering: Employ sync_task_context to query the status and progress of tasks across the swarm.
  • Collaborative Discussion: Facilitate multi-agent brainstorming and decision-making with hold_meeting.
  • Robust Execution: Features deep_think for complex, verifiable problem-solving and fallback mechanisms for agent failure.
  • Use Case: When asked to "research 5 competitors and summarize their Q3 strategies," the agent can use dispatch_batch_tasks to assign each competitor research to a different Worker, then use sync_task_context to gather results, and finally synthesize a comparative report.

Quick Start

Use the agent_team skill to dispatch the task 'Analyze the provided user data for anomalies' to an available worker.

Frequently Asked Questions about agent_team

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

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

To manage concurrent AI agent tasks, the Swarm Leader delegates tasks to Worker agents using batch processing. This enables parallel execution of independent operations, automatic load balancing, and fallback mechanisms for worker failures.

Can I maintain context across multiple turns when delegating tasks to worker agents?

Stateful multi-turn interactions are supported during task delegation using specific session IDs. This allows the Swarm Leader to maintain context with individual Worker agents for iterative problem-solving and continuous development workflows.

What is the best way to synchronize context across a distributed agent swarm?

Synchronizing context across a distributed agent swarm involves querying task status and progress using context synchronization tools. The Swarm Leader uses these mechanisms to gather results from Workers and ensure cross-agent information alignment.

How does multi-agent collaborative discussion work for complex problem-solving?

Multi-agent collaborative problem-solving works by holding meetings where the Swarm Leader facilitates brainstorming and decision-making among Worker agents. It also includes a deep thinking engine to verify complex solutions and fallback mechanisms for failures.

Are there fallback mechanisms for worker failures during distributed task execution?

Robust fallback mechanisms are included for worker failures during distributed task execution. The Swarm Leader automatically handles these failures to ensure parallel task dispatching and batch processing complete successfully without losing overall workflow progress.