mix-elixir-tooling

Installation
SKILL.md

Mix Elixir Tooling

Resumo (pt-BR): Após editar arquivos Elixir, rodar format, credo e compile com warnings-as-errors. Usar mix precommit quando o projeto definir esse alias.

When working on Elixir files, use the Mix toolchain to keep code consistent and error-free.

When to Use

  • After editing any .ex or .exs file
  • Before committing Elixir changes
  • When the user asks to "format", "lint", "check code quality", or "fix compile warnings" in an Elixir project

Tools (in order)

1. mix format

Formats all Elixir source files according to the project's .formatter.exs.

Installs
1
First Seen
Apr 3, 2026
mix-elixir-tooling — gissandrogama/course_core