πŸͺ

georgeguimaraes-claude-code-elixir

πŸͺMarketplace

georgeguimaraes/claude-code-elixir

VibeIndex|
What it does

Provides a comprehensive Claude plugin marketplace for Elixir development, offering Language Server Protocol (LSP) integration, code formatting, compilation checks, code quality analysis, and Elixi...

lspskillshooksafteranalysisautocompileautocompleteautoformatcode-qualitycode-style

Installation

Add marketplace in Claude Code:
/plugin marketplace add georgeguimaraes/claude-code-elixir
5Plugins available
65
AddedJan 27, 2026

Plugins in this Marketplace

elixir

skills

Provides AI-powered coding skills and guidance for Elixir development, covering BEAM architecture, Phoenix framework, Ecto database interactions, and OTP design patterns.

/plugin install elixir@georgeguimaraes-claude-code-elixir

elixir-lsp

lsp

Provides intelligent Elixir language server functionality with code completions, navigation, type checking via Dialyzer, and documentation support for `.ex`, `.exs`, `.heex`, and `.leex` files.

/plugin install elixir-lsp@georgeguimaraes-claude-code-elixir

mix-compile

hooks

Automatically compiles Elixir source files with strict warning handling, running `mix compile --warnings-as-errors` on save to catch and prevent potential code issues before they propagate.

/plugin install mix-compile@georgeguimaraes-claude-code-elixir

mix-credo

hooks

Run Credo static analysis after editing Elixir files

/plugin install mix-credo@georgeguimaraes-claude-code-elixir

mix-format

hooks

Auto-format Elixir files with mix format after edits

/plugin install mix-format@georgeguimaraes-claude-code-elixir