Agents Connector banner
ionelmir9623 ionelmir9623

Agents Connector

Communication community

Description

Connect Claude Code, Codex, and Gemini CLI agents through a local message bus to share tasks, chat, and review work in one tmux session.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

agents-connector — connect Claude Code, Codex, and Gemini CLI agents so they can talk to each other

agents-connector

Let your AI CLI agents talk to each other.
A local message bus that connects Claude Code, Codex, and Gemini CLI so they can chat, delegate, and review each other's work — across vendors, in one tmux session.

release license ci rust


Why?

Coding agents are powerful but **siloed** — each one runs alone in its own terminal, blind to the others. `agents-connector` removes the wall between them.

  • "I want a second model to sanity-check the first." Have Claude write the code, then auto-ask Codex and Gemini to review it. Different model families have different blind spots — cross-model review catches what a single model misses and measurably cuts hallucinations.
  • "I hit a rate limit / ran out of tokens on one model." Hand the thread to another agent on a different provider and keep going.
  • "I want agents to actually collaborate." Not a central planner farming out isolated subtasks — real peer-to-peer messaging. Agents ask each other questions and wait for answers, like teammates.
  • "I want them to react on their own." When a message arrives, the recipient is au