What problem does it solve?
This skill solves the need for application-level caching in a Phoenix 1.8 app by wiring Nebulex into your project so repeated work can be avoided and performance improved.
Core Features & Use Cases
- Bootstrap Nebulex caching: Adds the Nebulex dependency, creates a cache module using the local in-memory adapter, and starts it under your supervision tree.
- Provide cache patterns via helpers: Adds a cache helper module that supports get-or-store, namespaced key conventions, and common invalidation/flush operations.
- Configure sensible GC/memory defaults: Sets production and test configuration for garbage collection timing and cache memory limits to keep behavior predictable.
What problem does it solve?
You want to speed up Phoenix endpoints and repeated computations (like database reads or expensive computations) without introducing external infrastructure.
Quick Start
Install the skill into your Phoenix project and enable local Nebulex caching by running /bootstrap-nebulex.