About
This skill empowers Claude to master the unique concurrency primitives of the BEAM virtual machine. It focuses on the 'share-nothing' architecture, providing expert guidance on spawning lightweight processes, implementing asynchronous message passing, and utilizing selective receive patterns. By leveraging process links and monitors, the skill enables the creation of robust, self-healing systems that can handle millions of concurrent tasks with minimal overhead. It is essential for developers building high-availability backend services, real-time communication platforms, or complex distributed systems where reliability and horizontal scalability are paramount.