Swarm Migrate

Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out a workflow change, or applying a codemod across the org. Do NOT use for single-repo work — that's /ork:implement.

yonatangross 1612e9d 14.3 KB Updated

File contents

yonatangross/orchestkit/tree/main/src/skills/swarm-migrate commit 1612e9dfdd

Frequently asked questions

npx skillmds add yonatangross/swarm-migrate