brepl
SKILL.md
IMPORTANT: Do NOT try to manually repair parenthesis errors.
If you encounter unbalanced delimiters, run brepl balance <name> --write on the file
instead of attempting to fix them yourself. If the tool doesn't work,
report to the user that they need to fix the delimiter error manually.
The tool automatically formats files with cljfmt when it processes them.
Overview
brepl is a REPL client for evaluating Clojure expressions. This skill teaches the heredoc pattern for reliable code evaluation.
Always use the heredoc pattern for all Clojure code evaluation.
The Heredoc Pattern - Default Approach
Always use heredoc for brepl evaluation. This eliminates quoting issues, works for all cases, and provides a consistent, reliable pattern.