ccgram-messaging

Register identities, discover peers, and route messages within ccgram swarms in tmux.

35|5|Updated Jul 5, 2025
One-click install
npx skills add https://github.com/alexei-led/cc-thingz --skill ccgram-messaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccgram-messaging
Source: https://github.com/alexei-led/cc-thingz/tree/main/plugins/dev-workflow/skills-codex/ccgram-messaging
Command: npx skills add https://github.com/alexei-led/cc-thingz --skill ccgram-messaging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple agents in a ccgram-backed tmux environment without a unified messaging mechanism leads to confusion and miscoordination. This skill provides a centralized protocol to register, discover peers, manage inbox messages, and coordinate tasks across windows.

Core Features & Use Cases

  • Identity registration for peers
  • Peer discovery and message routing (send, inbox, read)
  • Broadcast and spawn new agents for collaboration and workload distribution

Quick Start

Register your identity and start messaging peers in the ccgram swarm to coordinate tasks.

Frequently Asked Questions about ccgram-messaging

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

FAQPage Schema
How do I coordinate inter-agent messaging in a tmux environment?

To set up peer discovery for agent collaboration, agents must first register their identities within the ccgram swarm, allowing them to discover active peers, route messages directly, and coordinate tasks across different tmux windows.

What's the best way to broadcast messages to multiple agents in a swarm?

Broadcasting messages to multiple agents is handled by the ccgram messaging protocol, which routes messages to all registered peers in the swarm and can spawn new agents for workload distribution.

Does this messaging skill require a specific terminal multiplexer setup?

Yes, the skill requires a tmux environment running a ccgram swarm, as it uses tmux windows to manage agent registration, peer discovery, and message routing operations.

How do I register an agent identity and check the inbox for messages?

Registering an agent identity and checking the inbox is done through ccgram commands that enforce identity creation before an agent can discover peers, read incoming messages, or send replies within the swarm.

When do I need a centralized protocol for inter-agent communication?

A centralized protocol for inter-agent communication is needed when coordinating multiple agents in a tmux swarm, preventing miscoordination by enforcing identity registration, peer discovery, and structured message routing.