Covers four major patterns: single-agent loops (ReAct, plan-and-execute), multi-agent coordination (supervisor routing, fan-out/fan-in), framework selection (CrewAI, AutoGen, OpenAI Agents SDK), and multi-scenario orchestration. The meat is in 10 separate rule files loaded on demand, which is smart for keeping context manageable. Use this when you're building autonomous agents that need to reason iteratively, coordinate multiple specialists in parallel, or evaluate which framework fits your team. The note about Claude Code's native /workflows feature is important: this skill handles foreground coordination of up to 8 agents with shared memory, while /workflows does background fan-out at larger scale. Reference-heavy with good decision tables on step limits and agent counts.
npx skills add https://github.com/yonatangross/orchestkit --skill agent-orchestration