From asi
Provides Clojure ecosystem guidance: babashka for fast scripting, clj for JVM REPL, lein for builds, shadow-cljs for ClojureScript. Includes deps.edn/bb.edn examples.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:clojureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Clojure ecosystem = babashka + clj + lein + shadow-cljs.
Clojure ecosystem = babashka + clj + lein + shadow-cljs.
| Skill | Startup | Domain |
|---|---|---|
| babashka | 10ms | Scripting |
| clj | 2s | JVM REPL |
| lein | 3s | Build tool |
| shadow-cljs | 5s | ClojureScript |
# Scripting (fast)
bb -e '(+ 1 2 3)'
# JVM (full)
clj -M -m myapp.core
# Web (ClojureScript)
npx shadow-cljs watch app
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}}
:aliases {:dev {:extra-paths ["dev"]}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0"}}}}}
{:tasks {:build (shell "clj -T:build uber")
:test (shell "clj -M:test")
:repl (clojure "-M:dev -m nrepl.cmdline")}}
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
npx claudepluginhub plurigrid/asi --plugin asiExecutes Clojure scripts rapidly with Babashka using GraalVM native binaries and sci interpreter for JVM-less scripting, REPL, and tasks.
Guides functional programming in Clojure: spec-validated domain modeling, REPL-driven prototyping, auto-generated tests, threading macros, and error pipelines.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.