About
This skill enhances Claude's ability to assist with Clojure and ClojureScript development by enforcing a strict REPL-driven development (RDD) workflow. It guides the creation of applications from the bottom up, starting with small, independent functions that are verified in a live REPL environment before being integrated into the main source code. By prioritizing immutability, composability, and rigorous syntax verification, the skill ensures that generated code is idiomatic, maintainable, and free of common pitfalls like unbalanced parentheses or poor readability.