team-builder

Coordinates multiple expert agents to jointly tackle tasks and produce reports.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill team-builder-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-builder
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/team-builder
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill team-builder-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive agent picker for composing and dispatching parallel teams from a repository of agent personas. This tool streamlines discovering, selecting, and deploying multiple domain experts to tackle complex tasks.

Core Features & Use Cases

  • Dynamic discovery: supports both subdirectory/domain layout and flat layout to enumerate available agents.
  • Flexible team composition: pick up to five agents; domains guide organization for efficient collaboration.
  • Parallel execution & synthesis: spawns agents in parallel and produces a unified report with agreements and tensions.

Quick Start

Pick up to five agents from your available pool and spawn them in parallel to see their outputs and a synthesized report.

Frequently Asked Questions about team-builder

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

FAQPage Schema
How do I orchestrate multiple agents in parallel to tackle a complex task?

Parallel agent orchestration automates discovering and dispatching up to five agent personas simultaneously. It spawns selected domain experts in parallel and synthesizes their outputs into a unified report highlighting agreements and tensions.

How do I discover available AI agents in a flat or subdirectory repository?

Agent discovery enumerates available personas by reading markdown files from both flat and domain-subdirectory layouts. It dynamically scans your repository structure to list accessible agents for team composition.

Can I compose a team of domain expert agents to get a synthesized report with agreements and tensions?

Yes, you can select up to five domain expert agents from your pool to form a dynamic team. The system dispatches them in parallel and yields a synthesis report highlighting both agreements and tensions among their outputs.

What's the best way to build a multi-agent team from existing markdown agent personas?

Multi-agent team building involves picking up to five agents from your available pool based on domain organization. The tool reads agent markdown files and uses the parallel Agent tool for dispatch with robust error handling.

What are the limitations when dispatching parallel agent teams?

Parallel agent team dispatch is limited to a maximum of five agents per team. The system relies on reading agent markdown files and requires environments with either flat or domain-subdirectory agent collections to function properly.

Why does multi-agent orchestration require reading agent markdown files?

Multi-agent orchestration requires reading agent markdown files to discover and select appropriate personas for dynamic team formation. These files define the agent characteristics needed for parallel execution and result synthesis.