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")}}
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.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer