Dependency management patterns for the elixir_cache project. TRIGGER when: adding dependencies, modifying mix.exs, or changing project configuration. DO NOT TRIGGER when: working with code that doesn't involve dependency or project configuration.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Dependency management patterns for the elixir_cache project. TRIGGER when: adding dependencies, modifying mix.exs, or changing project configuration. DO NOT TRIGGER when: working with code that doesn't involve dependency or project configuration.
Dependency Management
elixir_cache is a single Mix project (not an umbrella). All dependencies are declared directly in mix.exs.
Current Dependencies
Runtime:
error_message — structured error returns
redix + poolboy — Redis adapter backend
con_cache — ConCache adapter backend
nimble_options — option validation for adapter schemas
sandbox_registry — process registry for test sandbox isolation