squads

Define, validate, and orchestrate multi-agent squads with runtime adapters.

9|7|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/gutomec/ai-public-arsenal --skill squads-gutomec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: squads
Source: https://github.com/gutomec/ai-public-arsenal/tree/main/skills/squads
Command: npx skills add https://github.com/gutomec/ai-public-arsenal --skill squads-gutomec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Squad unit enables teams to define, validate, activate, and orchestrate multi-agent squads using a standardized protocol. It provides a self-contained blueprint that includes agents, tasks, workflows, and runtime adapters, ensuring portability across runtimes.

Core Features & Use Cases

  • Protocol-driven orchestration of agents, tasks, and workflows with strict validation.
  • Runtime-neutral design supported by adapters for Claude Code, Codex, Gemini CLI, Cursor, Antigravity, and more.
  • Facilitates discovery, activation, execution, and upgrades of squads within a single skill directory.

Quick Start

Activate and explore the skill with the Squad discovery and validation tools in this repo.

Frequently Asked Questions about squads

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

FAQPage Schema
How do I orchestrate multi-agent workflows across different runtimes?

You orchestrate multi-agent workflows across different runtimes by defining squad protocols in YAML and applying runtime-specific adapters. This enforces bounded iteration, tool whitelisting, and graceful degradation across Claude Code, Cursor, and Gemini CLI.

What is protocol-driven multi-agent orchestration and when do I need it?

Protocol-driven multi-agent orchestration uses standardized frontmatter to validate agents, tasks, and workflows. You need it to ensure portability and strict validation when coordinating multiple AI agents within a single project directory.

Can I use YAML to define and validate multi-agent squads for Claude Code?

Yes, you can use YAML to define and validate multi-agent squads for Claude Code. The runtime-neutral design uses adapters to activate and execute squads, ensuring the defined workflows operate correctly within Claude Code.

How do I activate and execute multi-agent squads in a real project?

You activate and execute multi-agent squads by applying discovery and validation tools to your YAML blueprint. The protocol-driven framework handles activation and execution through runtime-specific adapters within your skill directory.

Does multi-agent orchestration enforce tool whitelisting and bounded iteration?

Yes, multi-agent orchestration enforces tool whitelisting and bounded iteration through standardized frontmatter. This mechanism ensures strict validation and graceful degradation when executing squad workflows.

What are the limitations of runtime-neutral multi-agent orchestration?

Runtime-neutral multi-agent orchestration requires runtime-specific adapters to function, meaning unsupported runtimes cannot execute squads. You must define workflows in YAML and rely on adapters to prevent execution failures.