message-modem

Community

Decouple communication logic.

Authorcevio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a robust abstraction layer for message-based communication, decoupling your application's core logic from the underlying transport mechanisms like WebSockets, IPC, or postMessage.

Core Features & Use Cases

  • Transport Agnostic: Implement communication logic once and deploy it across various channels.
  • Request/Response & Push: Supports both two-way request/response patterns and one-way notifications.
  • Error Handling & Abort: Built-in mechanisms for timeout, aborting requests, and propagating errors with status codes.
  • Use Case: Build a real-time chat application where the message sending logic remains the same whether you're using WebSockets for web clients or Node.js IPC for inter-process communication.

Quick Start

Implement a new communication channel by extending the MessageModem abstract class, defining post and exec methods.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: message-modem
Download link: https://github.com/cevio/hile/archive/main.zip#message-modem

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 223,000+ vetted skills library on demand.