About
This skill provides a robust framework for simulating Erlang-style message-passing semantics within the Claude environment by utilizing the /tmp filesystem as a message transport layer. It enables true asynchronous sending and blocking receive primitives, complete with pattern matching and timeout handling, allowing developers to model complex actor-based architectures. It is an essential tool for architecting distributed systems, testing concurrent logic, or coordinating multi-process workflows where reliable message delivery and synchronization are required for simulation.