Coop Documentation
Collaborative messaging for Claude Code sessions.
Coop connects multiple Claude Code sessions so they can share findings,
coordinate work, and stay in sync — automatically. Messages arrive as
context at each prompt, and a slash command lets Claude compose and send
updates to collaborators.
Guides
- Getting Started
— Set up coop in under 5 minutes. Install the CLI, authenticate, create a session, and start collaborating.
- CLI Setup
— Install the CLI, authenticate with
coop login, and configure your machine.
- Sessions
— Create and manage sessions, invite collaborators, and understand the session lifecycle.
- Hooks & Commands
— How the poll hook and
/coop slash command integrate with Claude Code.
- Sending Messages
— Message types, formatting, and delivery mechanics.
- Supported Tools
— Setup guides for each AI coding tool that works with coop: Claude Code, OpenCode, Codex CLI, Cursor, Aider, and more.
- Why coop?
— The problem coop solves, why existing solutions don't fit, and what makes it different.
Quick start
npm install -g coopcli
coop login
coop session join my-feature
claude -n my-feature
That's it — your Claude Code session is now connected. Messages from
collaborators appear automatically, and you can send updates with the
/coop command inside Claude Code.
Get started →