Agent Bridge

File-based per-project chat (channels + DMs) so multiple AI coding agent instances can coordinate.

av msanchezdev · msanchezdev/agent-bridge

Testad · Fungerar ★ 9.6/10

Agent Bridge — File-based per-project chat (channels + DMs) so multiple AI coding agent instances can coordinate.

Vad den gör

Joins a shared, per-project, file-based chat between AI coding agent instances (Claude Code, Cursor, etc.) with group channels and DMs, and picks a push/loop/poll receive mode based on what the host agent supports. Triggers when a user wants multiple agent instances on the same repo to coordinate, hand off work, or message each other.

Testrapport

Actually ran the bundled bin/bridge end-to-end in a throwaway repo -- say/inbox/history/thread/BRIDGE_NS all worked exactly as documented on the first try, including the broadcast model (own posts excluded from your own inbox) and per-project vs named-room namespacing; pure local-file IPC under ~/.claude/projects/.../bridge, no network calls anywhere in the script.

Testad: 2026-07-16 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/msanchezdev/agent-bridge.git
mkdir -p ~/.claude/skills
cp -r agent-bridge/skills/bridge ~/.claude/skills/bridge

Kommandon och exempelprompter

  • /bridgeFile-based per-project chat (channels + DMs) so multiple AI coding agent instances can coordinate.

Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):

  • let my two coding agent instances message each other about this repo
  • check if any other agent posted updates in our project channel
  • send a direct message to the other agent working on this branch