Oh-my-codex swarm

N coordinated agents on shared task list (compatibility facade over team)

install
source · Clone the upstream repo
git clone https://github.com/Yeachan-Heo/oh-my-codex
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Yeachan-Heo/oh-my-codex "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/swarm" ~/.claude/skills/yeachan-heo-oh-my-codex-swarm && rm -rf "$T"
manifest: skills/swarm/SKILL.md
source content

Swarm (Compatibility Facade)

Swarm is a compatibility alias for the

/team
skill. All swarm invocations are routed to the Team skill's staged pipeline.

Usage

/swarm N:agent-type "task description"
/swarm "task description"

Behavior

This skill is identical to

/team
. Invoke the Team skill with the same arguments:

/team <arguments>

Follow the Team skill's full documentation for staged pipeline, agent routing, and coordination semantics.