clojure-quality
Installation
SKILL.md
Skill: Clojure Code Quality and Structural Editing
Goal
Automatically fix malformed Clojure expressions, balance delimiters, and validate syntax using local OpenCode tools.
Use This Skill When
- Clojure/ClojureScript files report unmatched delimiters or EOF errors.
- You need a safe pre-flight check before running Shadow-CLJS builds.
- You want to normalize delimiter structure after refactors.
Do Not Use This Skill When
- The task is unrelated to Clojure or ClojureScript.
- The error is a runtime logic error (use the app-specific debugging flow).
Tools
- (Deprecated/Removed)
fix_clojure_delimiters - (Deprecated/Removed)
validate_clojure_syntax