clojure-repl
Installation
SKILL.md
Clojure REPL Integration
This skill enables interaction with running Clojure systems via nREPL using the clj-nrepl-eval CLI tool.
Pre-flight Check
Run which clj-nrepl-eval. If not found, prompt user to run ./install.sh in this skills folder.
When to Use This Skill
Use this skill when you need to:
- Evaluate Clojure code in a running system
- Test functions without restarting the REPL
- Query database connections from the running system
- Inspect loaded namespaces and their vars
- Debug live application state
- Verify code changes work before committing