swarm

Route Swarm invocations to the Team skill's staged pipeline for multi-agent task coordination.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill swarm-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/swarm
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill swarm-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Swarm provides a compatibility facade for the Team skill, allowing /swarm invocations to be routed to the Team skill's staged pipeline to coordinate multiple agents on a shared task list.

Core Features & Use Cases

  • Compatibility alias: /swarm maps directly to the Team skill, reusing its staged pipeline.
  • Coordinated routing: delegates task coordination to the Team workflow for multi-agent execution.
  • Seamless reuse: enables existing Team-based workflows to accept Swarm-style invocations with minimal changes.

Quick Start

Invoke /swarm N:agent-type 'task description' or /swarm "task description" to route the work to 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?

Coordinate multiple agents on a shared task list by routing Swarm invocations to a staged pipeline, delegating task management and multi-agent execution for collaborative workflows.

What is a compatibility facade for multi-agent workflow orchestration?

A compatibility facade for multi-agent workflow orchestration maps Swarm-style invocations directly to a staged pipeline, enabling seamless reuse of existing team-based workflows with minimal changes.

How do I invoke a multi-agent pipeline for collaborative task management?

Invoke a multi-agent pipeline for collaborative task management by specifying the number of agents, agent type, and task description, which routes the work through coordinated routing semantics.

Can I use Swarm-style invocations with an existing team-based workflow?

Swarm-style invocations work with existing team-based workflows by acting as a compatibility alias, reusing the staged pipeline to accept arguments using the same routing semantics.

When do I need a compatibility layer for multi-agent execution?

A compatibility layer for multi-agent execution is needed when applying collaborative task management and workflow orchestration, allowing Swarm invocations to delegate to a staged pipeline seamlessly.

Are there limitations to routing Swarm invocations through a compatibility facade?

Routing Swarm invocations through a compatibility facade depends entirely on the underlying staged pipeline, limiting its behavior to the existing routing semantics and argument formats of the Team skill.