Claude Code Elixir - Claude Code plugin marketplace for Elixir development

Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my own projects.

Includes:

  • elixir-lsp: Language Server integration (go-to-definition, references, Dialyzer). Using elixir-ls.
  • mix-format: Auto-formats .ex/.exs files after edits

claude plugin marketplace add georgeguimaraes/claude-code-elixir

Feedback welcome!

13 Likes

Added

  • elixir-architectural-thinking: Mental models for writing Elixir — how it differs from OOP.
  • phoenix-ecto-thinking: Architectural patterns for Phoenix and Ecto.
  • otp-thinking: OTP design patterns and when to use each abstraction.
4 Likes

thoughts on adding expert lsp?

whenever it is ready to be used, I’ll add it

I dont seem to be able to have the lsp working. I installed the elixir-ls and I can see it working if I type ! elixir-ls in claude code prompt but, when I ask claude to test the lsp while I am in an elixir project, I get No LSP server available for file type: .ex
I am lost and Claude seem to not understand what is wrong too :smiley:
I am on the lastest Claude Code (2.0.74)

all LSPs are bugged on Claude Code. there’s an open issue there.

1 Like

Great, maybe we need to contribute Ash related ones

I personally have found the post edit and pre commit hooks useful for running mix ash.codegen: claude-marketplace-elixir/plugins/ash/README.md at main · bradleygolden/claude-marketplace-elixir · GitHub

And great project, ty for sharing!