cljs-upgrade

cljs-upgrade is a skill for Claude Code, Codex from brackendev/clojurescript-skills. It costs 33 tokens per session (1,220 once invoked), scanned A, original, MIT.

A dependency-upgrade helper for ClojureScript projects. ClojureScript is a version of Clojure that compiles to JavaScript, and deps.edn is the file that records project dependencies.

In plain words
What is it for?
Use it to upgrade the ClojureScript dependency, refresh dependencies, run the project's compile check, or report the current and latest versions without changing files.
Why use it?
It updates ClojureScript to the newest released version and checks that the project still compiles.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Install

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.

agentmods
npx agentmods add skills/brackendev/clojurescript-skills/cljs-upgrade
Any agent
npx skills add brackendev/clojurescript-skills --skill cljs-upgrade
Clone the repo
git clone --depth 1 https://github.com/brackendev/clojurescript-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for cljs-upgrade

README.md
[![agentmods](https://agentmods.dev/badge/skills/brackendev/clojurescript-skills/cljs-upgrade.svg)](https://agentmods.dev/skills/brackendev/clojurescript-skills/cljs-upgrade)
Your own site
<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>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 8e4376046379, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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' \
.apm/skills/cljs-upgrade/SKILL.md · 106 lines

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.

Read the full file on GitHub · 106 lines

Files

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.

Changes

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.

  1. 5d ago First seen · 106 lines · 33 tokens per session scan A 8e4376046379

Subscribe to this mod's changes

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.

Related

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…

personamanagmentlayer/pcl · 84 tokens

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.

chaploud/clojure-skills · 82 tokens

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…

microsoft/power-platform-skills · 150 tokens

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.

ReflexioAI/claude-smart · 57 tokens

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.

oliver-kriska/claude-elixir-phoenix · 58 tokens

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.

oliver-kriska/claude-elixir-phoenix · 39 tokens