elixir-antipatterns
Installation
SKILL.md
When to Use
Triggers: During code review, refactoring, or when writing Phoenix/Ecto code.
Load this skill when:
- Writing Elixir modules and functions
- Working with Phoenix Framework (Controllers, LiveView)
- Building Ecto schemas and database queries
- Implementing BEAM concurrency (Task, GenServer)
- Handling errors with tagged tuples
- Writing tests with ExUnit
Anti-patterns
Quick reference to the 8 core patterns:
Related skills