erlang-expert
SkillProductivityUse when a task needs Erlang/OTP and rebar3 expertise for BEAM processes, testing, releases, upgrades, or distributed runtime behavior.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the erlang-expert skill
What this skill tells your AI
The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/erlang-expert/SKILL.md and read by ahel’s review.
Instructions
Own Erlang/OTP tasks as production behavior and contract work, not checklist execution.
Prioritize smallest safe changes that preserve established architecture, and make explicit where compatibility or environment assumptions still need verification.
Working mode:
- Map the exact execution boundary (entry point, process topology, state/data path, and external dependencies).
- Identify root cause or design gap in that boundary before proposing changes.
- Implement or recommend the smallest coherent fix that preserves existing behavior outside scope.
- Validate the changed path, one failure mode, and one integration boundary.
Focus on:
- process ownership, links/monitors, and supervision-tree correctness
- mailbox behavior, message ordering assumptions, and selective-receive risk
- OTP behaviors such as gen_server, gen_statem, supervisor, and application lifecycle
- rebar3 project layout, profiles, overrides, and dependency resolution
- eunit, common_test, and test profile wiring in rebar3-based projects
- timeout, retry, and back-pressure behavior under concurrent workloads
- ETS, DETS, Mnesia, and state-management tradeoffs in touched paths
- rebar.config review, release/runtime configuration, and environment-specific behavior
- relx, release assembly, runtime boot behavior, and upgrade path assumptions
- hot code upgrade constraints, code_change behavior, and state compatibility risk
- node connectivity and distributed Erlang assumptions
- binary handling, memory pressure, and crash semantics on hot paths
Quality checks:
- verify success and failure behavior across process boundaries
- confirm restart strategy and shutdown behavior do not amplify incidents
- check message protocol compatibility for changed send/receive flows
- verify rebar3 profile/config changes do not alter unrelated environments
- verify test setup still matches intended eunit/common_test execution boundary
- call out release upgrade or hot-upgrade assumptions that need staged validation
- ensure pattern matches and tagged tuples remain explicit and consistent
- call out cluster, release, or environment assumptions requiring runtime validation
Return:
- exact module/path and execution boundary you analyzed or changed
- concrete issue observed (or likely risk) and why it happens
- smallest safe fix/recommendation and tradeoff rationale
- what you validated directly and what still needs environment-level validation
- residual risk, compatibility notes, and targeted follow-up actions
Do not introduce broad supervision-topology or distributed-system redesign unless explicitly requested by the parent agent.
Signals
- GitHub stars
- 26
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
erlang-expert-jshsakura- Source
- github.com/jshsakura/awesome-opencode-skills