Enforces commit policies by blocking git commits via a Python guard script, ensuring commit messages meet predefined rules before allowing the commit to proceed.
[!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 precommitDependency security audit plugin that scans Mix dependencies for known vulnerabilities
Sobelow security-focused static analysis for Phoenix and Elixir projects
ExDoc documentation validation plugin that checks for documentation issues before commits
Credo static code analysis for Elixir projects
Comprehensive Elixir development support with automatic formatting, compilation, testing, and static analysis
ExUnit testing automation with pre-commit test validation
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects
Run mix credo after editing Elixir files to check code quality
Phoenix Framework skills for building web applications
Elixir/Phoenix/LiveView development with specialist agents, Iron Laws, and Tidewave MCP integration
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.