Clojure scripting without JVM startup.
/plugin marketplace add plurigrid/asi/plugin install asi-skills@asi-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Clojure scripting without JVM startup.
#!/usr/bin/env bb
(require '[babashka.http-client :as http])
(require '[cheshire.core :as json])
(-> (http/get "https://api.github.com/users/bmorphism")
:body
(json/parse-string true)
:public_repos)
;; bb.edn
{:tasks
{:build (shell "make")
:test (shell "make test")
:repl (babashka.nrepl.server/start-server! {:port 1667})}}
(require '[babashka.fs :as fs])
(fs/glob "." "**/*.clj")
(fs/copy "src" "dst")
(require '[babashka.process :as p])
(-> (p/shell {:out :string} "ls -la") :out)
bb script.clj
bb -e '(+ 1 2)'
bb --nrepl-server
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.