Mob Communication

Community

Coordinate peer collaboration in a Meerkat mob

Authorlukacf
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Mob communication enables Meerkat agents to reliably coordinate with peers in a collaborative mob using a defined messaging protocol.

Core Features & Use Cases

  • Discover peers via peers() to identify other meerkats you are wired to.
  • Use peer_message for normal collaboration.
  • Use peer_request only when you want a structured ask (intent + JSON params) and expect a later correlated peer_response.
  • Respond to incoming PeerRequests with PeerResponse.
  • You will receive notifications when peers are added (mob.peer_added) or removed (mob.peer_retired / mob.peer_unwired). These updates are informational — do not reply to them. Use peers() to inspect current connectivity on demand.
  • If a delegated helper fails during startup before it can reliably report for itself, wired peers may receive mob.kickoff_failed or mob.kickoff_cancelled. These are lifecycle notices, not work results.

Quick Start

Send a test message to your current mob using peer_message after discovering peers().

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Mob Communication
Download link: https://github.com/lukacf/meerkat/archive/main.zip#mob-communication

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.