rcmerci/skills · Archived

clojure-paren-repair

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.

First seen Mar 29, 2026

Installation

$ npx skills add rcmerci/skills --skill clojure-paren-repair

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rcmerci/skills · top by installs.

npx skills add rcmerci/skills

Browse all from rcmerci/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,147 B
  • docs SUMMARY.md 255 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 24 installs

SKILL.md

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

Use clj-paren-repair to fix unbalanced brackets in Clojure files using parmezan:

# Show help info
clj-paren-repair -h

# Fix file in place (default)
clj-paren-repair src/myapp/core.clj

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 clj-paren-repair on that file instead of attempting to fix the delimiters yourself.

If the Tool Fails

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