Skip to main content
Run any Skill in Manus
with one click

erlang-otp-applications

Guide for structuring and reviewing Erlang/OTP applications with `application`, `supervisor`, and `gen_server` behaviours, supervision trees, child specs, restart strategies, and crash/restart semantics. Use when designing, implementing, reviewing, or debugging Erlang services that should follow OTP principles such as process isolation, let-it-crash failure handling, and supervisor-managed recovery.

Overview

Guide for structuring and reviewing Erlang/OTP applications with `application`, `supervisor`, and `gen_server` behaviours, supervision trees, child specs, restart strategies, and crash/restart semantics. Use when designing, implementing, reviewing, or debugging Erlang services that should follow OTP principles such as process isolation, let-it-crash failure handling, and supervisor-managed recovery.

Install command
npx skills add https://github.com/seanrobmerriam/erlang-otp-applications --skill erlang-otp-applications

Copy and paste this command into Claude Code to install the skill

Stars0
Forks0
UpdatedApril 6, 2026 at 01:11
SKILL.md
readonly