Prevents erroneous git commits by running Ruby-based validation scripts as pre-commit hooks, enforcing commit policies and blocking invalid commits from being created.
[!NOTE] This repository has changed significantly and may look quite different from before. With the release of Claude Plugins, the previous implementation is now mostly irrelevant. This new version adapts the earlier approach to align with the latest plugin architecture and conventions. If you're looking for the previous version, please visit see version v0.5.3.
Unofficial Claude Code plugin marketplace for Elixir and BEAM ecosystem development.
This is a Claude Code plugin marketplace that provides Elixir and BEAM ecosystem development tools for Claude Code.
claude
/plugin marketplace add bradleygolden/claude-marketplace-elixir
# Recommended: Combined plugin with all features
/plugin install elixir@elixir
The following plugins are deprecated and will be removed in a future release. Use elixir@elixir instead.
MIT License - see LICENSE for details.
Made with ❤️ for the Elixir community
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bradleygolden/claude-marketplace-elixir --plugin ex_unitCredo static code analysis for Elixir projects
Dependency security audit plugin that scans Mix dependencies for known vulnerabilities
Phoenix precommit alias automation - runs mix precommit before git commits if alias exists
ExDoc documentation validation plugin that checks for documentation issues before commits
Sobelow security-focused static analysis for Phoenix and Elixir projects
Phoenix precommit alias automation - runs mix precommit before git commits if alias exists
Advanced Dialyzer skills for static analysis of Erlang/Elixir code
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects
Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.
Run mix credo after editing Elixir files to check code quality
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques