erlang-message-sync

Community

Erlang-style message passing for inter-process sync.

Authorkokuyouwind
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables true Erlang-style message passing between simulated processes by using the filesystem as a transport layer, providing asynchronous send, blocking receive, pattern matching, timeout support, and message persistence.

Core Features & Use Cases

  • Asynchronous send: Non-blocking message delivery to a recipient's mailbox
  • Blocking receive: Waits for a matching message with optional timeout
  • Pattern matching: Filter messages by sender
  • Timeout support: Prevents indefinite blocking
  • Message persistence: Uses /tmp filesystem for reliable delivery

Use Cases: Testing actor-model interactions, multi-process coordination, and debugging inter-process communication.

Quick Start

Use the provided Bash scripts to send and receive messages between processes. For example:

  • Send: bash <plugin_path>/skills/erlang-message-sync/scripts/send-message.sh main worker_1 '{"type":"request","data":"hello"}'
  • Receive: bash <plugin_path>/skills/erlang-message-sync/scripts/receive-message.sh worker_1

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: erlang-message-sync
Download link: https://github.com/kokuyouwind/claude-plugins/archive/main.zip#erlang-message-sync

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.