Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/brackendev/clojurescript-skills/cljs-upgradenpx skills add brackendev/clojurescript-skills --skill cljs-upgradegit clone --depth 1 https://github.com/brackendev/clojurescript-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/brackendev/clojurescript-skills/cljs-upgrade)<a href="https://agentmods.dev/skills/brackendev/clojurescript-skills/cljs-upgrade"><img src="https://agentmods.dev/badge/skills/brackendev/clojurescript-skills/cljs-upgrade.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01220 |
| Opus 5 | $0.00016 | $0.00610 |
| Sonnet 5 | $0.00007 | $0.00244 |
| Haiku 4.5 | $0.00003 | $0.00122 |
Grade A, and why
cljs-upgrade scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sSL -A 'Mozilla/5.0' \ How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Upgrade ClojureScript
Upgrade the org.clojure/clojurescript dependency in deps.edn to the latest released version on Maven Central and verify the project still compiles. See CONVENTIONS.md in the repo root for the argument grammar this skill follows.
Arguments
| Input | Target |
|---|---|
| (no argument) | Upgrade org.clojure/clojurescript :mvn/version in deps.edn and run the advanced-compile build to verify |
all |
Same as (no argument); accepted for family consistency |
--report |
Print the current :mvn/version and the latest released version from Maven Central without writing deps.edn or running the compile |
The skill rewrites a single dependency in deps.edn. <path> rows are not part of the standard scope vocabulary for this skill because the target is fixed.
Mutation
Mutates deps.edn by default, replacing the :mvn/version value under org.clojure/clojurescript. Also runs clj -P to refresh dependencies and the project's advanced-compile build (clj -M:build if defined, otherwise clj -M -m cljs.main --optimizations advanced --compile <main-ns>), which writes generated JavaScript under out/ or the project's compiler :output-dir (build artifact). On compile failure, the skill reverts :mvn/version to the recorded original value. The skill also runs clj-kondo --copy-configs --dependencies to refresh cached exports under .clj-kondo/imports/. With --report, the skill writes nothing and runs no compile or import refresh.
Prerequisites
Verify deps.edn exists in the current directory and contains an org.clojure/clojurescript dependency. If not, stop and tell the user.
Steps
Parse $ARGUMENTS to determine whether --report is present.
1. Record Current Version
Read deps.edn and note the current :mvn/version value for org.clojure/clojurescript.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 106 lines · 33 tokens per session scan A 8e4376046379
cljs-upgrade is a skill published in the GitHub repository brackendev/clojurescript-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,220 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
clojure-expert
Expert knowledge in Clojure/ClojureScript, immutability, REPL-driven development, core.async, and functional programming on the JVM. Use when the user mentions ClojureScript, functional programming, immutability, REPL, core async, or JVM, or when the task involves Lisp Features, Concurrency, REPL-Driven Development…
clojure-skills
Clojure/ClojureScript/ClojureDart development skill. Activates when working with .clj, .cljs, .cljc, .cljd, .edn, .bb files. Provides structural search and editing of S-expressions, nREPL evaluation, runtime queries via cider-nrepl, and static navigation via clojure-lsp.
build-android-binary
Compile a PAM control's Android Kotlin module into the runtime-loadable DEX for a .ppmplugin. Creates a staged Gradle build with the pinned wrapper and react-android compile dependency, verifies manifest/module/package alignment and runtime-loading constraints, builds the release AAR, then runs d8 --min-api 24. Writes…
fastapi
FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.
phx-deps-audit
Audit Hex deps for supply-chain security risk — bidi chars, compile-time exec, maintainer changes, typosquats, CVEs. Use after mix deps.update, when checking if a package upgrade is safe, or reviewing mix.lock PR diffs.
document
Generate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.