Acerca de
This skill provides a comprehensive framework for Clojure and ClojureScript development, emphasizing the 'bottom-up' REPL-driven development (RDD) approach. It guides Claude to decompose tasks into small, testable functions, evaluate them directly in the REPL environment, and incrementally build complex features from verified foundations. By enforcing strict coding conventions, parentheses management, and readability checks, it ensures high-quality, idiomatic Clojure code that adheres to functional programming principles like immutability and composition.