team-builder

Coordinate multiple agent personas into a parallel team and synthesize a unified report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ssrxs/scx-studio-pro-fixed --skill team-builder-ssrxs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-builder
Source: https://github.com/ssrxs/scx-studio-pro-fixed/tree/main/gemini-skills/ecc-team-builder
Command: npx skills add https://github.com/ssrxs/scx-studio-pro-fixed --skill team-builder-ssrxs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections.

Core Features & Use Cases

  • Interactive menu to browse and compose teams of agents from available markdown personas.
  • Supports both flat and domain-subdirectory layouts, enabling flexible domain-based or prefix-based organization.
  • Spawns selected agents in parallel and aggregates their outputs into a unified report.

Quick Start

Place agent markdown files in agents/ and run the team-builder to select domains and spawn agents.

Frequently Asked Questions about team-builder

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

FAQPage Schema
How do I coordinate multiple AI agents to run in parallel?

To coordinate multiple AI agents for parallel execution, you can use an interactive menu to browse available agent personas, compose a team, and spawn the selected agents concurrently. The system aggregates their outputs into a unified report.

What is the best way to organize agent personas for domain-based team assembly?

Organizing agent personas is best handled using a domain-subdirectory layout or a flat layout with prefix-based naming. This allows the system to automatically discover agent files, classify domains, and assemble teams by domain or prefix.

How do I aggregate outputs from several parallel agents into a single report?

Aggregating outputs from parallel agents into a single report is handled automatically by the workflow orchestrator. After spawning the selected agents concurrently, it synthesizes their individual outputs into a unified report containing conclusions and next steps.

Does parallel agent execution work with markdown persona files in a flat directory?

Yes, parallel agent execution works with markdown persona files in a flat directory layout. The system supports both flat and domain-subdirectory collections, allowing you to compose and spawn agent teams from either organizational structure.

What happens if an agent fails during parallel workflow orchestration?

If an agent fails during parallel workflow orchestration, the system handles the failure gracefully. It continues the execution process for the remaining agents and synthesizes a unified report with conclusions and next steps from the successfully completed outputs.

Do I need to manually write scripts to spawn agents from different domains?

No, you do not need to manually write scripts to spawn agents from different domains. The system discovers agent files, classifies domains automatically, and provides an interactive menu to browse and compose teams on demand from available markdown personas.