About
This skill provides Claude with a comprehensive framework for writing, refactoring, and developing Clojure and ClojureScript code. It emphasizes a bottom-up development cycle where functions are built and tested in the REPL (Read-Eval-Print Loop) before being integrated into the source code. By enforcing strict coding conventions, parentheses management, and functional programming principles, it ensures high-quality, readable, and maintainable Clojure projects while streamlining the iterative development process.