skills/smithery.ai/clojure-paren-repair

clojure-paren-repair

SKILL.md

Clojure Parenthesis Repair (how to fix unbalanced brackets/parens)

Use brepl balance to fix unbalanced brackets in Clojure files using parmezan:

# Fix file in place (default)
brepl balance src/myapp/core.clj

# Preview fix to stdout
brepl balance src/myapp/core.clj --dry-run

This is useful for recovering files with bracket errors.

When to Use

Run this tool when you encounter unbalanced delimiters (parentheses, brackets, braces) in Clojure, ClojureScript, or EDN files.

IMPORTANT: Do NOT try to manually repair parenthesis errors. If you encounter a file with unbalanced parentheses or delimiters, run brepl balance on that file instead of attempting to fix the delimiters yourself.

Installs
5
First Seen
Mar 26, 2026