What problem does it solve?
This skill enables rapid, REPL-driven development of Clojure UI components by introducing an alias-first workflow that maps component structure to lean, testable chassis aliases and a live preview loop.
Core Features & Use Cases
- Alias-first workflow: define component structure in a UI namespace and drive components via lean tsain aliases.
- Live preview and testing: iterate with real-time previews, browser updates, and hot CSS reload.
- Spec-driven implementation: use a specs-driven pipeline to identify next work, implement, and commit to the component library.
- Discovery & migration tooling: leverage discovery APIs and migration guidance for legacy components.
Quick Start
Launch the REPL-driven workflow in your project, configure tsain.edn, define a chassis alias in your UI namespace, preview with tsain commands, and commit the lean alias to your component library.