askill
clojure-paren-repair

clojure-paren-repairSafety 85Repository

Repair unbalanced parentheses, brackets, and braces in Clojure, ClojureScript, and EDN files. Use when you encounter delimiter mismatch syntax errors after editing .clj, .cljs, .cljc, or .edn files, or on clojure syntax errors.

0 stars
1.2k downloads
Updated 2/23/2026

Package Files

Loading files...
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.

If the Tool Fails

If brepl doesn't fix the problem, report to the user that they need to fix the delimiter error manually. Do not continue attempting repairs.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

73/100Analyzed 3/3/2026

A focused skill for repairing unbalanced delimiters in Clojure files using the `brepl balance` command. Well-structured with clear when-to-use guidance and safety warnings. Missing some context about prerequisites and the parmezan tool. Located in a dedicated skills folder suggesting general applicability. Good actionability and safety, moderate completeness and reusability."

85
80
60
60
80

Metadata

Licenseunknown
Version-
Updated2/23/2026
PublisherRamblurr

Tags

No tags yet.