elixir-pkg-setup
Install and configure Elixir packages into a project. Use when setting up any Elixir dependency.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
---
name: "elixir-pkg-setup"
description: "Install and configure Elixir packages into a project. Use when setting up any Elixir dependency."
license: "MIT"
---
# Elixir Package Setup
Install and configure Elixir packages into a project.
Process each package in `$ARGUMENTS` sequentially.
## Process (for each package)
1. **Follow the official installation guide** — Find the installation guide at `https://hexdocs.pm/{package}`. Prefer the igniter-based method if documented, otherwise follow the manual installation guide.
2. **Check package-specific notes** — If the package has a matching file in the list below, read it and perform any additional steps described there.
3. **Verify compilation** — Run `mix compile`. Must pass with zero warnings. Fix any warnings before moving to the next package.
4. **Format** — Run `mix format`.
5. **Update usage_rules** — If `usage_rules` is installed as a dependency, run `mix usage_rules` to regenerate rules.
## Package-specific notes
- [ash.md](./ash.md)
- [tidewave.md](./tidewave.md)
- [usage_rules.md](./usage_rules.md)More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

