Facilitates high-quality Clojure and ClojureScript development through REPL-driven workflows and structural editing best practices.
The clojure-write skill empowers developers to build robust Clojure and ClojureScript applications by enforcing a disciplined REPL-driven development (RDD) workflow. It prioritizes the use of specialized MCP tools for direct REPL integration, ensuring structural integrity and providing immediate feedback through a bottom-up development loop. By guiding the creation of small, composable functions and enforcing strict coding conventions like parentheses management and readability checks, this skill streamlines the process of writing, refactoring, and testing functional code within complex environments.
Características Principales
01Bottom-up function composition and testing
020 GitHub stars
03Structural editing and parentheses management
04Automatic readability and formatting verification
05Direct MCP tool integration for Clojure evaluation
06REPL-driven development (RDD) workflow integration
Casos de Uso
01Refactoring complex functional codebases into smaller, testable components
02Developing new features in Clojure or ClojureScript using a REPL-first approach
03Debugging and evaluating Clojure expressions in real-time within the development environment