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, orreading 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-debuginstead).