One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill swarm-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/swarm
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill swarm-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a compatibility entry point for coordinating multiple agents without requiring users to learn a separate swarm workflow.

Core Features & Use Cases

  • Compatibility Routing: Redirects swarm invocations to the oh-my-codex Team skill.
  • Flexible Invocation: Supports agent-count and agent-type parameters as well as simple task descriptions.
  • Use Case: Use it when an existing workflow calls for swarm coordination but the underlying staged Team pipeline should manage routing and collaboration.

Quick Start

Ask the swarm skill to coordinate multiple specialized agents on the task you want completed.

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 workflow?

Coordinate multiple agents by routing swarm-style requests to a staged team pipeline, which manages task delegation and shared coordination without learning a separate workflow.

What is multi-agent task delegation and when do I need it?

Multi-agent task delegation assigns specialized agents to different parts of a shared task. You need it when a workflow requires coordinated collaboration across multiple agent types.

Can I specify agent count and agent type parameters for swarm coordination?

Yes, swarm coordination supports flexible invocation with both agent-count and agent-type parameters, alongside simple task descriptions for multi-agent routing.

Does swarm orchestration require any specific environment or dependencies?

Swarm orchestration requires the oh-my-codex Team skill to provide the staged pipeline execution, agent routing, and coordination semantics needed for task delegation.

What is the best way to route existing swarm invocations to a team workflow?

Use a compatibility routing entry point to redirect existing swarm invocations to a staged team pipeline, preserving your current workflow while leveraging coordinated agent execution.

Why use compatibility routing instead of building a custom multi-agent orchestration workflow?

Compatibility routing lets you maintain existing swarm invocation patterns while the underlying staged team pipeline handles agent routing and collaboration, avoiding the need to learn separate workflows.