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/skills/cider-embedding" ~/.claude/skills/plurigrid-asi-cider-embedding-81241c && rm -rf "$T"
manifest:
skills/cider-embedding/SKILL.mdsource content
Cider Embedding Skill
Status: Stub Trit: 0 (ERGODIC - embedding space navigation)
Overview
Semantic embeddings for Clojure code navigation via CIDER.
Features
- Code similarity search via embeddings
- Semantic code completion
- Cross-reference navigation
Integration
Extends
cider-clojure with vector space operations.