Enforce git branch and bash safeguards by auto-running guard-bash.sh and branch-guard.sh before Claude executes any Bash tools, blocking risky tool calls to protect your repository.
npx claudepluginhub bradleygolden/claude-marketplace-elixir --plugin precommit[!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
ExUnit testing automation with pre-commit test validation
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects
Auto-format Elixir files with mix format after edits
Git workflow and branching best practices
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.
Advanced Credo skills for code analysis and style checking in Elixir