Public Agent Skills — portable SKILL.md capability packages that
work across Claude Code, Codex, Cursor, and other Skills-compatible agents.
skills/claude-multi-agent/— delegate real engineering work to Claude Code CLI as an autonomous multi-agent team: an Opus 4.8 orchestrator delegating to Sonnet 5 subagents, driven headlessly viaclaude -p/claude --bg. Built for hand-off from another agent (e.g. OpenAI Codex acting as the product owner) that wants to give Claude Code a task and walk away.
Skills in this repo follow the open Agent Skills spec:
a folder with a SKILL.md (metadata + instructions) plus optional scripts/, references/, and
assets/, kept under skills/<name>/ so the skills CLI
(the tool behind skills.sh) auto-discovers them:
npx skills add SYMBaiEX/skills # interactive: pick agent + skill
npx skills add SYMBaiEX/skills --skill claude-multi-agent -yOr just copy the skill folder into your own agent's skill directory (e.g. .claude/skills/,
.codex/skills/, or wherever your agent looks for skills — see the skills CLI's supported-agent
table for the exact path per agent).