Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

am-will/swarms

7 skills8 installs1.6k starsGitHub

Install

npx skills add https://github.com/am-will/swarms

Skills in this repo

1Parallel TaskParallel Task is a Claude Code skill that reads a markdown plan file, extracts each task's depends_on list, and launches subagents in waves so unblocked tasks run in parallel. A developer invokes it with /parallel-task to implement a whole plan or a subset of task IDs. Each subagent must produce RED to GREEN test evidence or a documented non-testable verification, commit its own files, and update the plan log before the orchestrator advances to the next wave.4installs2Swarm PlannerSwarm Planner is a Claude Code skill that creates implementation plans with explicit task dependencies optimized for parallel multi-agent execution. Each task declares an id, depends_on array, description, location, and validation, so root tasks can run in parallel and later tasks wait on their prerequisites. The skill only plans and does not implement, and it spawns a subagent to review the plan for missing dependencies and gaps before finalizing.4installs3Co Designco-design is a skill triggered by explicit /co-design commands that orchestrates parallel subagents from a plan file. It classifies each task as design or standard: design tasks involving CSS, UI markup, layout, or visual work are routed to Claude CLI print mode (claude -p) in a background shell for stronger design output, while all other tasks run as normal Task-tool subagents by dependency. Developers use it to execute mixed frontend-and-backend plans concurrently with design-aware routing.0installs4Parallel Task SparkParallel Task Spark is a Claude Code skill that parses a markdown plan and launches Sparky-role subagents in dependency-ordered waves. It behaves like parallel-task but every launch must set agent_type: sparky, and any other role is invalid. A developer invokes it with /parallel-task-spark to run a plan or a subset of task IDs, with each subagent verifying, committing, and logging its work.0installs5Parallel Task TmuxParallel Task tmux is a Claude Code skill that runs dependency-ordered plan execution like parallel-task but launches each worker via codex exec inside a tmux pane. Output streams live in each pane and to a per-task log file. A developer uses it when they want visible, real-time worker progress; completed panes are reaped automatically so the tiled grid grows and shrinks as tasks run and finish.0installs6Super SwarmSuper Swarm is a Claude Code skill that delegates plan tasks to a rolling pool of up to 12 concurrent subagents, launching the next pending task whenever a slot frees up. Unlike parallel-task it ignores dependency maps and instead gives every subagent a context pack of canonical file and folder paths to prevent name drift. After all tasks run, an orchestrator integration pass reconciles conflicts, adjusts tests, and runs them to green.0installs7Super Swarm SparkSuper Swarm Spark is a Claude Code skill that implements a plan with a rolling pool of up to 12 concurrent subagents where every launch must set agent_type: sparky. Like super-swarm it ignores dependency maps and hands each task a context pack of canonical paths to avoid name drift. After execution the orchestrator reconciles parallel-work conflicts, adds or adjusts tests, and runs them to green.0installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.