swarm-from-markdown
Installation
SKILL.md
Swarm from Markdown
Converts a markdown checklist file into a self-organizing Claude Code swarm. Each unchecked - [ ] item becomes a TaskCreate call and a spawned worker agent. Checked items (- [x], - [X]) are skipped automatically.
When to Use This Skill
Use when:
- You have a
todo.md,checklist.md, or any markdown file with- [ ]checkbox items - You want to dispatch independent checklist items as parallel swarm tasks
- You need to avoid hand-expanding long task lists into manual
TaskCreateloops - Your task list changes over time and you want stable worker IDs for resumption
Quick Start (Worked Example)
Given tasks.md: