am-will/swarms — Summary
Swarms by am-will is a two-skill pack (swarm-planner + parallel-task) for Claude Code and Codex that solves the "bash loop" multi-agent problem: rather than each agent rediscovering state from scratch, the orchestrator that planned the work also coordinates execution. The framework ships 7 SKILL.md files installed via npx skills add am-will/swarms, uses explicit task dependency graphs (T1/T2/T3 notation with depends_on arrays) to produce execution waves, and has the orchestrator independently verify each wave before advancing. With 203 stars, it is the lightest framework in this batch by component count — just 2 core skills plus 5 variants (co-design, spark variants, super-swarm variants). Closest seed comparison: resembles agent-os (minimal file-based) in its lightweight design, but adds dependency-aware parallel execution that agent-os lacks; differs from claude-flow in having no MCP server, no persistent memory, and no hive-mind protocol — it is purely a planning+execution skill layer.