elixir-otp

Community

Master OTP patterns for reliable Elixir apps.

Authorhwatkins
Version1.0.0
Installs0

System Documentation

What problem does it solve?

OTP patterns address the challenge of building robust, concurrent systems in Elixir by separating domain data from process state and offering resilient infrastructure primitives.

Core Features & Use Cases

  • GenServer for stateful infrastructure with request/response semantics, suitable for caches and session state.
  • Agent for simple state wrappers and tiny shared state like counters.
  • Task and Task.Supervisor for asynchronous work and parallel execution; Oban as a persistent background job system when needed.

Quick Start

Start by identifying infrastructure-bound responsibilities and implement a GenServer to manage that state while keeping domain data in PostgreSQL.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: elixir-otp
Download link: https://github.com/hwatkins/my-skills/archive/main.zip#elixir-otp

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.