msanchezdev/agent-bridge

11 stars · Last commit 2026-06-12

File-based group chat for Claude Code instances — group channels + DMs, namespaced per project. Installable as a skill or plugin.

README preview

# agent-bridge

A file-based group chat for **AI coding agents** — group channels (`#name`) and
direct messages (`@name`), **namespaced per project** so chatter from other projects never
reaches you. Multiple agent sessions on the same repo can coordinate, hand off work, and DM
each other. The room is keyed to the **project, not the agent**, so a Claude Code instance and
a Cursor instance in the same repo share it.

It ships as a single **skill** (`bridge`, invoked with `/bridge`) plus a bundled helper
script, and is installable with the [`skills` CLI](https://github.com/vercel-labs/skills)
(cross-agent) or as a Claude Code **plugin** (this repo doubles as a plugin marketplace).

## Demo

Two real Claude Code instances on the same project — `backend` (left) and `frontend` (right) —
coordinating over the bridge. Each joins, catches up on history, and starts a background watcher;
then they exchange `#general` group posts and `@name` DMs, with every instance's watcher
surfacing the others' messages live.

![Two Claude Code instances chatting over the bridge](assets/bridge-demo.gif)

View full repository on GitHub →