
georgeguimaraes/claude-code-elixir
5 skills0 installs790 starsGitHub
Install
npx skills add https://github.com/georgeguimaraes/claude-code-elixirSkills in this repo
1ElixirThinking skills covering Elixir, Phoenix, Ecto, OTP, Oban, LiveView, and GenServer patterns. Builders use it to apply idiomatic design and implementation guidance when writing Elixir backend code.0installs2Elixir LspElixir Language Server integration providing go-to-definition, find-references, and hover documentation. Builders use it for IntelliSense-style code navigation while developing Elixir projects.0installs3Mix CompileA hook that auto-compiles Elixir files with warnings-as-errors after edits. Builders use it to catch compilation warnings and errors immediately while working in an Elixir project.0installs4Mix CredoA hook that runs Credo static analysis automatically after editing Elixir files. Builders use it to catch linting and code-quality issues as they work in an Elixir codebase.0installs5Mix FormatA hook that automatically formats Elixir files with mix format after edits. Builders use it to keep an Elixir codebase consistently styled without manual formatting.0installs