·elixir-otp
</>

elixir-otp

OTP patterns for Elixir — GenServer, Agent, Task, ETS, supervision trees, Registry, and process design. Use when designing concurrent systems, stateful processes, or deciding when (and when NOT) to use processes.

6Installs·0Trend·@hwatkins

Installation

$npx skills add https://github.com/hwatkins/my-skills --skill elixir-otp

How to Install elixir-otp

Quickly install elixir-otp AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hwatkins/my-skills --skill elixir-otp
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hwatkins/my-skills.

SKILL.md

View raw

Expert guidance for process design, supervision, and concurrency in Elixir/OTP.

Database is the source of truth for domain entities. Processes are for infrastructure.

Don't reach for a GenServer to hold domain state (users, orders, tasks). Use PostgreSQL. Use processes for:

OTP patterns for Elixir — GenServer, Agent, Task, ETS, supervision trees, Registry, and process design. Use when designing concurrent systems, stateful processes, or deciding when (and when NOT) to use processes. Source: hwatkins/my-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hwatkins/my-skills --skill elixir-otp
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from hwatkins/my-skills

Quick answers

What is elixir-otp?

OTP patterns for Elixir — GenServer, Agent, Task, ETS, supervision trees, Registry, and process design. Use when designing concurrent systems, stateful processes, or deciding when (and when NOT) to use processes. Source: hwatkins/my-skills.

How do I install elixir-otp?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hwatkins/my-skills --skill elixir-otp Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hwatkins/my-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25