This spins up multiple Claude instances that work in parallel on the same codebase, coordinating through git alone with no master orchestrator. Each agent claims tasks via lock files, commits independently, and pulls others' work in an infinite loop. Inspired by Nicholas Carlini's compiler project. You get a tmux session with 8 agents by default, a web dashboard to watch their progress, and git worktrees to keep them isolated without cloning repeatedly. It's genuinely experimental infrastructure for tackling large projects when you're willing to babysit the chaos. Watch for API rate limits and merge conflicts, but the self-organizing approach through git is legitimately interesting if you want to see what emerges from parallel AI collaboration.
npx skills add https://github.com/alchaincyf/huashu-skills --skill huashu-agent-swarm