1gr14/igrich/
  • Menu
    • Home
    • Start0
    • Support
    • Education
    • Group
    • Blog
    • Author
  • Community
    • Discord
    • Telegram
  • Open Source
    • Point0
    • Route0
    • Error0
    • Flat
    • Agents Party
  • Account
    • Sign In
    • Sign Up
1gr14/igrich/
Building open-source software for the glory of the Lord Jesus Christ ☦️
With love for developers of all backgrounds around the world ❤️
Terms of ServicePrivacy PolicySergei Dmitriev 2026 😎

Blog

Tagged “ai”
All articles

/party — a skill that lets agent sessions talk to each other: Claude, Cursor, Codex, Grok

Aug 11, 2026#agents-party#ai#opensource
/party — a skill that lets agent sessions talk to each other: Claude, Cursor, Codex, Grok

I keep several agent sessions open at once: Claude Code in one window, Cursor in another, sometimes one more on a second machine. As long as they don't overlap, everything is fine. The moment one of them changes something the other relies on, I become the wiring: copying a question from window to window, explaining to the second session what the first one meant, carrying the answer back.

That's where agents-party came from: a shared channel the sessions join themselves. A skill file plus a CLI, MIT licensed. You say /party, it prints an invite for the other sessions as plain text. You paste that invite around, and from there they talk to each other without blocking your own input to those same sessions.

  • GitHub Repository
  • agents-party.com
  • YouTube Video
Read more