swarm

Routes swarm invocations to the Team skill's staged pipeline.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill swarm-hayderncenterpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/HaydernCenterpoint/oh-my-qwen/tree/main/skills/swarm
Command: npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill swarm-hayderncenterpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Swarm provides a compatibility facade that routes swarm invocations to the Team skill, enabling multi-agent coordination without duplicating workflow logic.

Core Features & Use Cases

  • Compatibility alias: swarm invocations are transparently redirected to /team.
  • Multi-agent coordination: coordinates several agents on a shared task list via the Team pipeline.
  • Use Case: orchestrate a group of agents to complete a complex task by delegating execution to the Team skill.

Quick Start

Invoke the swarm skill with a task description to route to the Team pipeline.

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?

To coordinate multiple agents on a shared task list, you route swarm invocations to the Team skill's staged pipeline, which manages execution and alignment transparently.

What is multi-agent coordination workflow routing?

Multi-agent coordination workflow routing is a compatibility facade that redirects task invocations to an existing pipeline, enabling group execution without duplicating workflow logic.

How do I start multi-agent task delegation?

You start multi-agent task delegation by invoking the swarm skill with a task description, which routes arguments directly to the Team pipeline for execution.

Does this skill require the Team skill to run?

Yes, this skill requires the Team skill to run, because it acts as a compatibility alias that passes arguments through to the Team pipeline for execution.

Why use a compatibility facade for multi-agent workflows?

You use a compatibility facade for multi-agent workflows to avoid duplicating workflow logic, transparently redirecting invocations to the established Team pipeline for execution.