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/slime-lisp" ~/.claude/skills/plurigrid-asi-slime-lisp-3cb80f && rm -rf "$T"
manifest:
ies/music-topos/.opencode/skill/slime-lisp/SKILL.mdsource content
SLIME Lisp Skill
Status: Stub Trit: -1 (MINUS - contravariant to Clojure's covariant)
Overview
SLIME integration for Common Lisp development.
Commands
- Start SLIME connectionslime
- Evaluate current definitionslime-eval-defun
- Compile and load bufferslime-compile-and-load-file
Integration
Dual to
cider-clojure for Common Lisp workflows.