Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add Yeachan-Heo/oh-my-codex --skill "swarm" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/swarm-yeachan-heo/SKILL.md---
name: swarm
description: Deprecated compatibility shim for team execution
---
# Swarm compatibility shim
Hard-deprecated. Do not invoke or route this skill for new work.
Use `$team` or `omx team` directly for coordinated multi-agent execution. This file exists only to preserve the public/catalog-visible `swarm` skill contract while Team mode owns coordinated execution.
Task: {{ARGUMENTS}}
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session