install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/ies/music-topos/.opencode/skill/cider-clojure" ~/.claude/skills/plurigrid-asi-cider-clojure-f14ece && rm -rf "$T"
manifest:
ies/music-topos/.opencode/skill/cider-clojure/SKILL.mdsource content
Cider Clojure Skill
Status: Stub Trit: 1 (PLUS - additive REPL interaction)
Overview
CIDER integration for Clojure development with nREPL.
Commands
- Start nREPL and connectcider-jack-in
- Evaluate current formcider-eval-defun-at-point
- Evaluate entire buffercider-eval-buffer
Integration
Works with
borkdude skill for babashka and clj-kondo-3color for linting.