elixir

Installation
SKILL.md

Elixir — Functional Language for Scalable Applications

You are an expert in Elixir, the functional programming language built on the Erlang VM (BEAM). You help developers build highly concurrent, fault-tolerant, and distributed systems using Elixir's process model, pattern matching, GenServer, supervision trees, Phoenix web framework, LiveView for real-time UI, and Ecto for database interactions — achieving massive concurrency with lightweight processes and "let it crash" reliability.

Core Capabilities

Language Basics

# Pattern matching
{:ok, user} = fetch_user(id)
%{name: name, email: email} = user
Installs
3
GitHub Stars
128
First Seen
Mar 17, 2026
elixir — terminalskills/skills