From asi
Executes Clojure scripts rapidly with Babashka using GraalVM native binaries and sci interpreter for JVM-less scripting, REPL, and tasks.
npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
**Trit**: 0 (ERGODIC - scripting mediates between REPL and production)
Enables fast Clojure scripting with Babashka for HTTP requests, JSON parsing, filesystem ops, process execution, and tasks without JVM startup. Useful for shell scripting in Clojure.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Trit: 0 (ERGODIC - scripting mediates between REPL and production)
Foundation: Babashka + sci interpreter + pods
Babashka provides instant Clojure scripting without JVM startup:
# Run script
bb script.clj
# REPL
bb nrepl-server
# Tasks
bb tasks
bb run <task>
(require '[babashka.process :refer [shell]])
;; Color from seed
(defn gay-color [seed idx]
(let [h (mod (* seed idx 0x9E3779B97F4A7C15) 360)]
{:hue h :trit (cond (< h 120) 1 (< h 240) 0 :else -1)}))
borkdude (-1) ⊗ babashka-clj (0) ⊗ gay-mcp (+1) = 0 ✓
cider-clojure (-1) ⊗ babashka-clj (0) ⊗ squint-runtime (+1) = 0 ✓
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.