What problem does it solve?
This Skill provides a robust way to evaluate Clojure code directly within your development workflow, helping to debug, test, and understand your code's behavior interactively. It also offers a utility to fix unbalanced bracket errors in Clojure files.
Core Features & Use Cases
- REPL Evaluation: Execute arbitrary Clojure expressions using a reliable heredoc pattern to avoid quoting issues.
- Code Formatting: Automatically formats files with cljfmt when processing them.
- Bracket Balancing: Fixes unbalanced bracket/delimiter errors in Clojure files using the
brepl balance command.
- Use Case: You can quickly test a new function, inspect the state of your application, or reload namespaces without leaving your current environment.
Quick Start
Use the brepl skill to evaluate the clojure code (inc 1) using the heredoc pattern.