| name | elixir-project |
| description | Work on Elixir or Phoenix projects with project conventions, Mix tasks, tests, formatting, supervision, Ecto, and Nix/devshell awareness. |
Elixir Project
Workflow
- Inspect
mix.exs, config, and existing tests.
- Use project Mix aliases/tasks where available.
- Prefer Nix/devshell if present.
- Run focused tests first, then broader tests when practical.
- Respect OTP supervision and existing context boundaries.
- Ask before database migrations or irreversible data changes.
Commands
Common verification commands, if applicable:
mix format --check-formatted
mix test
mix credo
Use only commands that exist or are appropriate for the project.