BeClaude

ex_doc

161Community RegistryDocumentationby Bradley Golden · MIT

ExDoc documentation validation plugin that checks for documentation issues before commits

First seen 4/17/2026

Overview

[!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.

Claude Code Plugins for Elixir

Unofficial Claude Code plugin marketplace for Elixir and BEAM ecosystem development.

![License](LICENSE)

What is this?

This is a **Claude Code plugin marketplace** that provides Elixir and BEAM ecosystem development tools for Claude Code.

Quick Start

Install the Marketplace

bash
claude
/plugin marketplace add bradleygolden/claude-marketplace-elixir

Install Plugin

bash
# Recommended: Combined plugin with all features
/plugin install elixir@elixir

Available Plugins

  • elixir - Recommended: Combined plugin with all Elixir development features (auto-formatting, compilation, testing, linting, security)

Legacy Plugins (Deprecated)

The following plugins are deprecated and will be removed in a future release. Use elixir@elixir instead.

  • core - Essential Elixir development support
  • ash - Ash Framework code generation validation
  • credo - Static code analysis
  • dialyzer - Static type analysis
  • ex_doc - Documentation quality validation
  • ex_unit - ExUnit testing automation
  • mix_audit - Dependency security audit
  • precommit - Phoenix 1.8+ precommit alias runner
  • sobelow - Security-focused static analysis

License

MIT License - see LICENSE for details.

Support


Made with ❤️ for the Elixir community

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install ex-doc@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub
documentationpluginelixirexdocvalidationqualitypre-commit

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is ex_doc?

ExDoc documentation validation plugin that checks for documentation issues before commits

How to install ex_doc?

To install ex_doc: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install ex-doc@<marketplace>. Finally, /plugin in Claude Code.

What is ex_doc best for?

ex_doc is a plugin categorized under Documentation. It is designed for: documentation, plugin, elixir, exdoc, validation, quality, pre-commit. Created by Bradley Golden.