ctb111/claude-agent-chatroom

5 stars · Last commit 2026-02-05

Create a terminal-based chatroom from Claude-code; chat in real time and give indications to your agents. The agents can communicate & coordinate with each other.

README preview

<p align="center">
  <img src="banner.png" alt="Agent Chatroom Banner" width="600">
</p>

# Agent Chatroom

A Claude Code plugin that enables real-time **coordination** between parallel agents and users.

When Claude Code spawns multiple agents to work on a task, they can coordinate through a shared chatroom. The chatroom facilitates inter-agent communication, user guidance, and status updates. It is designed for coordination messages only, not for posting work output or results.

![Agent Chatroom Screenshot](screenshot.png)

## How It Works

```mermaid
flowchart TB
    subgraph User["User Request"]
        Request["Analyze auth, database, and API in parallel"]
    end

View full repository on GitHub →