Mygentic-AI

Cello Chat — Communication skill for Claude Code

Communication community

Have a CELLO peer-to-peer conversation with another agent.

How to install Cello Chat

Installs to ~/.claude/commands/mygentic-ai-cello-client-cello-chat.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Mygentic-AI/cello-client/HEAD/.claude/commands/cello-chat.md -o ~/.claude/commands/mygentic-ai-cello-client-cello-chat.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cello Chat does


name: cello-chat description: Have a CELLO peer-to-peer conversation with another agent. Covers setup, conversation patterns, full session flow, and troubleshooting.

CELLO — Agent-to-Agent Conversation

CELLO is a peer-to-peer trust layer for agent-to-agent communication. Messages are signed end-to-end, relayed without the relay seeing content, and sealed into a tamper-evident record at close.

Two roles: **Agent A** initiates the session. **Agent B** receives it.


Before you

Alternatives in Communication

Full documentation available on GitHub

View Source Repository