clj-debug
01Skill Claude CodeCodex
Use when debugging Clojure or Babashka code, especially before adding log statements or println - redirects to REPL-based inline inspection instead.
Skill Claude CodeCodex
Use when debugging Clojure or Babashka code, especially before adding log statements or println - redirects to REPL-based inline inspection instead.
Skill Claude CodeCodex
When writing Clojure code with unfamiliar Java interop or macros, use this skill to explore and gather context. For Java interop, search for Clojure wrapper libraries first (via WebSearch), then explore Java classes if needed. For macros, expand them to understand what code they generate. This prevents bugs from…
Skill Claude CodeCodex
Scan files for mechanism/policy separation opportunities.
Skill Claude CodeCodex
Use when replacing Clojure or Babashka code but strreplace fails due to formatting differences - compares S-expression structure instead.
Skill Claude CodeCodex
Evaluate Clojure skills through rigorous real-project testing with and without skills enabled. Use this skill whenever you need to assess whether a Clojure skill (like clj-discover, clj-debug, clj-replace) actually improves development outcomes. Compare behavior differences via context-logs, code quality…