clojure-syntax-rescue

Installation
SKILL.md

Skill: Clojure Syntax Rescue

Goal

To efficiently fix "Unmatched delimiter", "Unexpected EOF", and "Invalid token" errors in Clojure files without falling into a guessing loop.

Use This Skill When

  • You get a build error like Unmatched delimiter ), Unexpected EOF, or reading string.
  • You have tried to fix a bracket issue once and failed.
  • You are confused by nested maps or threading macros (->, ->>).

Do Not Use This Skill When

  • The error is a logic error or runtime exception (use shadow-cljs-debug instead).
Installs
11
GitHub Stars
6
First Seen
Mar 18, 2026
clojure-syntax-rescue — open-hax/opencode-skills