elixir-otp-concurrency

Installation
SKILL.md

Elixir OTP and Concurrency

This skill activates when working with OTP behaviors, building concurrent systems, managing processes, or implementing fault-tolerant architectures in Elixir.

When to Use This Skill

Activate when:

  • Implementing GenServer, GenStage, Supervisor, or other OTP behaviors
  • Designing supervision trees and fault-tolerance strategies
  • Working with Tasks, Agents, or process management
  • Building concurrent or distributed systems
  • Managing application state
  • Troubleshooting process-related issues

OTP Behaviors

GenServer - Generic Server

Use GenServer for stateful processes:

Related skills
Installs
12
GitHub Stars
18
First Seen
Feb 21, 2026