Clojure Symbols Skill Use clj-kondo for static analysis and clj-nrepl-eval for REPL introspection to find Clojure symbols. For non-Clojure languages, use the skill instead. Prerequisites clj-kondo clj-nrepl-eval Discover running nREPL servers: Quick Reference | Task | Tool | Command | |------|------|---------| | List symbols in file | clj-kondo | | | Find definition | clj-kondo | Filter by name | | Find usages | clj-kondo | Filter by name | | Get var metadata | REPL | | | Get source | REPL | | Core clj-kondo Commands Note: JSON keys use hyphens (e.g., ), so use bracket notation in jq. Find Sy…