release

release is a skill for Claude Code from Shpigford/nurb. It costs 85 tokens per session (1,133 once invoked), scanned C, original, no licence file.

A workflow for releasing nurb, including its design engine and desktop app. It updates their version information, prepares release notes, and handles the desktop build and update feed after merging.

In plain words
What is it for?
Use it when cutting a nurb release or preparing a release pull request.
Why use it?
It keeps the parts of a software release coordinated instead of requiring separate version bumps and follow-up steps.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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/shpigford/nurb/release
Any agent
npx skills add Shpigford/nurb --skill release
Clone the repo
git clone --depth 1 https://github.com/Shpigford/nurb

Made for: Claude Code.

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 release

README.md
[![agentmods](https://agentmods.dev/badge/skills/shpigford/nurb/release.svg)](https://agentmods.dev/skills/shpigford/nurb/release)
Your own site
<a href="https://agentmods.dev/skills/shpigford/nurb/release"><img src="https://agentmods.dev/badge/skills/shpigford/nurb/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown 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.00085 $0.01133
Opus 5 $0.00043 $0.00566
Sonnet 5 $0.00017 $0.00227
Haiku 4.5 $0.00009 $0.00113

Measured 6d ago against content hash 982f1f0b9c3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

release scanned grade C with 2 findings 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 6d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -sfL https://github.com/Shpigford/nurb/releases/download/desktop-latest/latest.json | python3 -c "import json,sys; print(json.load(sys.stdin)['version'])"

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sfI https://github.com/Shpigford/nurb/releases/latest/download/nurb.dmg | head -1
.claude/skills/release/SKILL.md · 74 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 74 lines · 85 tokens per session scan C 982f1f0b9c3c

Subscribe to this mod's changes

release is a skill published in the GitHub repository Shpigford/nurb (506 stars, last pushed today), with no licence file. It adds 85 tokens to every session and 1,133 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

image-to-mesh-cad-workflow

End-to-end workflow for converting a 2D concept image into a parametric 3D CAD model when manual outline tracing is unreliable. Bridges the lossy "image → text-description → manual-spline-points" gap by using AI image-to-3D-mesh services (Tripo3D, Rodin, Meshy) as an intermediate step, then auditing the imported mesh…

Ed3Design/ed3design-engineering-bundles · 222 tokens

fusion-mcp-bridge

Use when driving Fusion 360 from Claude Code through the local MCP-Bridge (HTTP server on 127.0.0.1:7654 with bearer-token auth, single-threaded Custom-Event handler). Covers the API quirks that consistently bite without a documented protocol: component activation before geometry, single-revolve over…

Ed3Design/ed3design-engineering-bundles · 204 tokens

cad-construction

Use after the design concept is settled (via design-first-iteration or equivalent) and the user is ready to translate it into parametric CAD geometry — component decomposition, parameter hierarchy, construction sequencing. Primary platform Fusion 360; the workflow also applies to SolidWorks, Onshape, FreeCAD…

Ed3Design/ed3design-engineering-bundles · 175 tokens

bom-validation-workflow

Use when validating a Bill of Materials (BOM) for a Maker-3D project — an embedded controller project, a speaker/audio build, a smart-home build, or any other physical build with more than 5 components. Trigger on phrases like "check the BOM", "validate the parts list", "review the parts list", "missing components"…

Ed3Design/ed3design-engineering-bundles · 181 tokens

embedded-ui-svg-doc-from-source

Use when documenting an embedded device GUI (ESP32/Arduino touchscreens, LovyanGFX/TFTeSPI/U8g2/LVGL screens) for end-user instructions, printable manuals, or design reviews — and the source code already contains the drawing calls (gfx.fillRect, gfx.drawString, gfx.drawLine, tft.drawPixel, display.print, LVGL-styles…

Ed3Design/ed3design-engineering-bundles · 231 tokens

victron-cerbo-modbus-device-onboarding

Use when a new Victron Modbus-TCP device (EV Charging Station, energy meter, inverter) is connected to the Cerbo GX LAN but does not appear in the Cerbo UI or D-Bus, despite being reachable via ping. Trigger on phrases like "EVCS not visible in Cerbo", "new Modbus device does not appear", "Cerbo does not detect…

Ed3Design/ed3design-engineering-bundles · 161 tokens