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.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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