shadow-cljs-debug
Installation
SKILL.md
Skill: Shadow-CLJS Debug
Goal
To systematically identify and fix compilation errors, dependency issues, and configuration problems in shadow-cljs projects.
Use This Skill When
shadow-cljs compilefails.- The build hangs or loops indefinitely.
- You see "Undeclared Var", "No such namespace", or "Analysis Error".
- You suspect a dependency is missing.
Do Not Use This Skill When
- The error is clearly a syntax error (use
clojure-syntax-rescue).