Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    Ramblurr

    clojure-paren-repair

    Ramblurr/clojure-paren-repair
    Coding
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Repair unbalanced parentheses, brackets, and braces in Clojure, ClojureScript, and EDN 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.

    Recommended Servers
    vastlint - IAB XML VAST validator and linter
    vastlint - IAB XML VAST validator and linter
    Codeinterpreter
    Codeinterpreter
    Cloudflare
    Cloudflare
    Repository
    ramblurr/nix-devenv
    Files