cc-connect-room

Manage peer-to-peer chat rooms for synchronizing Claude Code sessions across machines.

28|3|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Minara-AI/cc-connect --skill cc-connect-room
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-connect-room
Source: https://github.com/Minara-AI/cc-connect/tree/main/.claude/skills/cc-connect-room
Command: npx skills add https://github.com/Minara-AI/cc-connect --skill cc-connect-room

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of fragmented AI context by enabling multiple Claude Code instances to share a unified chat history and file-drop environment in real-time.

Core Features & Use Cases

  • Room Lifecycle Management: Create, join, list, and leave shared P2P rooms using secure ticket-based authentication.
  • Collaborative Context: Synchronize prompts and file interactions across different developer machines.
  • Use Case: When working on a shared codebase with a teammate, use this skill to create a room so that both your Claude instances see the same chat history and file updates, allowing for seamless collaborative debugging.

Quick Start

Ask your assistant to create a new cc-connect room and provide the ticket for your teammate.

Frequently Asked Questions about cc-connect-room

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Claude Code sessions across multiple machines?

You can sync Claude Code sessions across machines by creating a peer-to-peer room. This binds local AI instances to a shared gossip-protocol room, providing a unified chat history and file-drop environment for collaborative debugging.

What is a P2P chat room for synchronizing Claude instances?

A P2P chat room is a shared, decentralized space managed by a gossip protocol. It allows multiple Claude Code instances to exchange context, prompts, and file interactions in real-time without relying on a central server.

How do I join a shared Claude Code room using an MCP tool?

You join a shared room by using the provided MCP tools to enter a secure ticket. This ticket-based authentication enforces human-in-the-loop consent gates to ensure secure room joining and session management.

Can I use a gossip protocol to share file interactions between developers?

Yes, you can use the gossip protocol to share file interactions and prompts between developer machines. It synchronizes the context across different peers, allowing seamless collaborative development on a shared codebase.

Does synchronizing Claude sessions require manual consent before joining?

Yes, synchronizing Claude sessions requires manual consent. The system enforces human-in-the-loop consent gates during secure room joining to ensure developers explicitly authorize peer connections and session sharing.

What are the limitations of using peer-to-peer rooms for AI context synchronization?

The system relies on ticket-based authentication and requires participants to manage room lifecycles manually. You must create, join, list, and leave rooms explicitly, and all peers need active MCP tool access to maintain the shared context.