About
The Clojure Development Guide skill equips Claude with a specialized framework for writing, refactoring, and testing Clojure code. It emphasizes a robust REPL-driven development (RDD) workflow, encouraging a bottom-up approach where small, fundamental functions are validated in the REPL before being integrated into the source. By enforcing strict coding conventions, managing parenthesis integrity, and adhering to functional programming principles like immutability, this skill ensures that Clojure projects remain readable, maintainable, and highly reliable.