AI skills for Elixir
AI Coding Skills for Elixir
Browse the best AI coding skills for Elixir in 2026, Phoenix 1.8 + LiveView, ExUnit tests, Ecto schemas, Oban jobs, and Mix releases. Works with every major AI coding tool.
Short answer
The best AI coding skills for Elixir are skills-hub's `code-review`, `unit-test` (ExUnit + Mox + StreamData), `api-scaffold` (Phoenix 1.8 + LiveView), `db-schema` (Ecto), `secure` (Sobelow), and `full-deploy` (Mix releases + Fly.io). Portable across Claude Code, Cursor, Codex CLI, Copilot, and Cline.
Elixir in 2026 means Phoenix 1.8 with LiveView 1.0, Ecto for the DB, Oban for background jobs, and Mix releases deployed to Fly.io or Gigalixir. The skills below detect your Elixir stack and emit idiomatic OTP, proper GenServer + Supervisor trees, with statements for happy-path flows, and Telemetry events for observability.
Top skills for Elixir
01elixir
Expert in Elixir and Phoenix development with functional programming patterns
Buildfrom Mindrally Skills02backend-development
Guidelines for backend development in C++ and Elixir/Phoenix, covering modern language features, best practices, and production-ready patterns.
Buildfrom Mindrally Skills03phoenix
Phoenix framework development guidelines covering LiveView, Ecto, real-time features, and best practices for building scalable web applications with Elixir.
Buildfrom Mindrally Skills
Frequently asked questions
Do AI skills know LiveView 1.0?
Yes, modern skills use the new mount/handle_params split, streams for large collections, proper live_component vs function_component decisions, and the new declarative routing.
Can AI generate Ecto migrations safely?
Yes. The db-schema skill emits migrations with proper indexes, references with on_delete strategies, and uses Ecto.Multi for transactions. It flags backfilling patterns that would lock production tables.
What's the best AI tool for Elixir?
Cursor with ElixirLS gives the best inline experience. Claude Code handles Phoenix + LiveView refactors well; the OTP patterns are well-represented in skills-hub's catalog.
Do AI skills handle Oban jobs?
Yes, the api-scaffold skill detects Oban and emits proper worker modules with queue config, unique constraints, and snooze/retry strategies.