plurigrid/asi

clojure

Clojure ecosystem = babashka + clj + lein + shadow-cljs.

First seen Feb 22, 2026

Installation

$ npx skills add plurigrid/asi --skill clojure

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from plurigrid/asi · top by installs.

npx skills add plurigrid/asi

Browse all from plurigrid/asi

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 62
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
trit
0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,131 B
  • docs SUMMARY.md 71 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

clojure

Clojure ecosystem = babashka + clj + lein + shadow-cljs.

Atomic Skills

Skill Startup Domain
babashka 10ms Scripting
clj 2s JVM REPL
lein 3s Build tool
shadow-cljs 5s ClojureScript

Quick Start

# Scripting (fast)
bb -e '(+ 1 2 3)'

# JVM (full)
clj -M -m myapp.core

# Web (ClojureScript)
npx shadow-cljs watch app

deps.edn

{:deps {org.clojure/clojure {:mvn/version "1.12.0"}}
 :aliases {:dev {:extra-paths ["dev"]}
           :test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0"}}}}}

bb.edn

{:tasks {:build (shell "clj -T:build uber")
         :test (shell "clj -M:test")
         :repl (clojure "-M:dev -m nrepl.cmdline")}}

REPL siblings

Clojure: babashka · babashka-clj · cider-clojure · cider-embedding · jo-clojure · joker-lint · jank · borkdude · squint-runtime · abductive-repl · clj-kondo-3color. Full atlas: repl-commons.