Open-source tool 'Crew' lets multiple Claude Code agents coordinate

A developer running multiple Claude Code sessions at once found it hard to keep them coordinated, since each session had no idea what the others were doing. To fix this, they built Crew, a small tool that lets s share live context, message each other, and stay aware of who is working on what, all within the same checkout. It's available as a and an npm package (@0xmmo/crew), and the creator is asking other developers for feedback on whether it's something they'd use.

Key points

  • Problem: multiple Claude Code sessions running in parallel with no awareness of each other
  • Crew lets agents in the same checkout share live context
  • Agents can message each other and see who's working on what
  • Available on GitHub and as the npm package @0xmmo/crew
  • Early release stage; creator is soliciting developer feedback
Read original