comms

Process and route real-time message blocks from the fast-checker daemon in Claude Code sessions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MrWest3/west-command-center --skill comms-mrwest3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comms
Source: https://github.com/MrWest3/west-command-center/tree/main/templates/analyst/.claude/skills/comms
Command: npx skills add https://github.com/MrWest3/west-command-center --skill comms-mrwest3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handles incoming real-time message blocks from the fast-checker daemon in a Claude Code session, guiding timely and correct responses.

Core Features & Use Cases

  • Read and interpret message blocks labeled with headers like === TELEGRAM or === AGENT MESSAGE.
  • Decide the appropriate action and reply using the command shown in the message header to maintain conversation flow.
  • Coordinate responses across users and agents, ensuring blocks are addressed before moving on.

Quick Start

Read an incoming message block and respond using the header-provided command to complete the interaction.

Frequently Asked Questions about comms

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

FAQPage Schema
How do I route real-time messages between agents in a Claude Code session?

To route real-time messages between agents, you process incoming message blocks labeled with headers like === TELEGRAM or === AGENT MESSAGE and reply using the command shown in the message header to maintain conversation flow.

What is the correct message block format for coordinating agent responses?

The correct message block format uses specific headers such as === TELEGRAM and === AGENT MESSAGE to label incoming messages, ensuring proper threading and response blocking when coordinating across users and agents.

Do I need the fast-checker integration to process real-time Telegram messages?

Yes, processing real-time Telegram messages requires the fast-checker daemon integration, which sends the incoming message blocks to your Claude Code session for timely agent responses.

How do I handle multiple agent messages waiting in a queue?

Handling multiple agent messages requires addressing each message block sequentially using the documented reply instructions, ensuring all blocks are resolved before moving on to maintain conversation flow.

Can I use this message routing approach for chat workflows outside of Telegram?

This message routing approach is applicable to chat-based workflows where agents must respond promptly to user prompts, using the specific message block formats and reply instructions to coordinate responses across platforms.