swarm

Route multi-agent coordination tasks through the Team skill's staged pipeline.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/pextacy/stellar --skill swarm-pextacy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/pextacy/stellar/tree/main/skills/swarm
Command: npx skills add https://github.com/pextacy/stellar --skill swarm-pextacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates multiple agents on a shared task list by routing their coordination tasks through the Team skill's staged pipeline, eliminating duplicate orchestration logic.

Core Features & Use Cases

  • Compatibility alias that forwards swarm invocations to /team.
  • Centralized coordination flow across data, compute, and action agents.
  • Use Case: integrate a new agent into an existing team workflow without rewriting core coordination.

Quick Start

Execute a swarm invocation with a task description to route coordination through the Team skill.

Frequently Asked Questions about swarm

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

FAQPage Schema
How do I coordinate multiple agents on a shared task list?▼

Multi-agent coordination on a shared task list is handled by routing invocations through a staged pipeline. This approach forwards tasks to a central orchestration backbone to manage data, compute, and action roles.

What is the best way to integrate a new agent into an existing team workflow?▼

Integrating a new agent into an existing team workflow is done by using a compatibility alias. This alias forwards invocations with the same arguments to the central pipeline, eliminating the need to rewrite core coordination logic.

How does swarm routing work for multi-agent pipelines?▼

Swarm routing works by acting as a compatibility alias that forwards invocations directly to a staged pipeline. It relies on the execution backbone to perform the actual orchestration across data, compute, and action agents.

Do I need specific dependencies to route tasks across data, compute, and action roles?▼

No specific dependencies are required to route tasks across data, compute, and action roles. The skill forwards arguments directly to the underlying execution backbone to manage the multi-agent pipeline.

When should I use a compatibility alias instead of direct orchestration for multi-agent coordination?▼

Use a compatibility alias instead of direct orchestration when integrating workflows that already rely on a staged pipeline. This prevents duplicate orchestration logic by forwarding invocations directly to the existing backbone.

Can I use swarm invocations to coordinate tasks without rewriting core logic?▼

Yes, swarm invocations coordinate tasks without rewriting core logic by forwarding arguments to the staged pipeline. This centralizes the coordination flow across all agents automatically.