What problem does it solve?
This skill provides a guided path to embed Sandestin's effect dispatch into a new project or library, simplifying wiring of registries and dispatch construction.
Core Features & Use Cases
- Quick setup of a dispatch using s/create-dispatch with registries defined in the project.
- Clear workflow for identifying registries and wiring them into a dispatch function.
- Typical use case: creating a reusable dispatch for an application, testing, and downstream library usage.
Quick Start
Add io.github.brianium/sandestin to deps.edn with the tag v0.5.0 and git sha 526d4c5, then create a dispatch namespace that wires registries into a dispatch function using s/create-dispatch. If building a library, export a convenience create-dispatch function for consumers and link to CLAUDE.md for discovery guidance.