Claude Code plugin marketplace for Elixir development. Enables operations teams to automate Elixir code formatting, linting, and LSP integration. Connects to Claude agents for streamlined workflows.
git clone https://github.com/georgeguimaraes/claude-code-elixir.gitClaude Code plugin marketplace for Elixir development. Enables operations teams to automate Elixir code formatting, linting, and LSP integration. Connects to Claude agents for streamlined workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/georgeguimaraes/claude-code-elixirCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm developing an Elixir application that needs to [DESCRIBE FUNCTIONALITY]. Can you suggest some Elixir libraries or packages from the Claude Code plugin marketplace that would help with this? Also, provide a brief overview of how these libraries could be integrated into my project.
Based on your requirement to build a real-time chat application with user authentication, here are some Elixir libraries from the Claude Code plugin marketplace that could be helpful:
1. **Phoenix Framework**: Phoenix is a web framework that comes with real-time features out of the box. It's built on top of Elixir and is perfect for building scalable web applications. You can use Phoenix Channels for real-time communication.
2. **Ecto**: Ecto is a database wrapper and query generator for Elixir. It provides a clean, functional way to interact with your database. You can use Ecto to handle user authentication and data persistence.
3. **Comeonin**: Comeonin is a password hashing library for Elixir. It supports multiple hashing algorithms and is designed to be secure and easy to use. You can use Comeonin to securely hash and verify user passwords.
To integrate these libraries into your project, you can add them to your `mix.exs` file as dependencies. For example:
```elixir
defp deps do
[
{:phoenix, "~> 1.6"},
{:ecto, "~> 3.8"},
{:comeonin, "~> 5.0"}
]
end
```
After adding the dependencies, you can run `mix deps.get` to fetch and compile them. Then, you can use the libraries in your code as needed. For example, you can use Phoenix to create a new web application, Ecto to interact with your database, and Comeonin to hash and verify user passwords.AI assistant built for thoughtful, nuanced conversation
find buy and sell data online
Simple data integration for modern teams
Business communication and collaboration hub
Customer feedback management made simple
Enterprise workflow automation and service management platform