bradleygoldenbradleygoldenCommunity·3 Agent Skills Included

claude-marketplace-elixir

Automated Elixir formatting, testing, linting, and security checks

Automates Elixir and BEAM development workflows with hooks that format code, check compilation, and run tests after every file edit. Blocks broken git commits by running Credo, Dialyzer, Sobelow security scans, and dependency audits before code lands. Includes skills that search Hex package documentation and usage rules so coding questions get accurate, version-matched answers.
npx skills add bradleygolden/claude-marketplace-elixir --all -g -y
Available:

Explains the plugin marketplace structure and instructs the agent how hooks trigger on file edits and git commits, and how to use the documentation and usage-rules skills.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-marketplace-elixir?

Run `npx skills add bradleygolden/claude-marketplace-elixir --all -g -y` in your terminal to install all plugins and skills globally.

What does this Elixir plugin marketplace do?

It auto-formats code, checks compilation, and runs Credo, Dialyzer, Sobelow, and tests whenever you edit Elixir files or commit code.

How do I search Hex package documentation?

The hex-docs-search skill finds package docs locally first, then fetches and caches them from hex.pm so answers match your project version.

Can it block bad git commits in Elixir projects?

Yes. The pre-commit hook runs format checks, compilation, tests, and security scans, and blocks the commit if anything fails.

Does it work with Phoenix and Ash projects?

Yes. It supports Phoenix 1.8+ precommit aliases and includes Ash Framework codegen checks plus usage-rules for Ash best practices.

Related Repositories in Software Engineering

View All in Software Engineering