ariadne: Skill for Claude Code

.claude/skills/release/SKILL.md

release is a skill for Claude Code from CRJFisher/ariadne. It costs 26 tokens per session (430 once invoked), scanned A, original, MIT.

A release checklist and workflow for Ariadne packages. It covers version-change notes, build and test checks, and preparing a pull request, a proposed code change for review.

In plain words
What is it for?
Use it to prepare Ariadne package releases, verify builds, tests, and types, create changesets, and draft the pull request to the main branch.
Why use it?
It reduces the chance of publishing packages with missing version updates or failed checks. It also gives the release pull request a consistent structure.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is CRJFisher/ariadne's own configuration. It tells Claude Code how to work on ariadne itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ariadne configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CRJFisher/ariadne. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CRJFisher/ariadne/main/.claude/skills/release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/CRJFisher/ariadne

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/crjfisher/ariadne/release.svg)](https://agentmods.dev/skills/crjfisher/ariadne/release)
Your own site
<a href="https://agentmods.dev/skills/crjfisher/ariadne/release"><img src="https://agentmods.dev/badge/skills/crjfisher/ariadne/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 430 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00026 $0.00430
Opus 5 $0.00013 $0.00215
Sonnet 5 $0.00005 $0.00086
Haiku 4.5 $0.00003 $0.00043

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

Security

Grade A, and why

release scanned grade A with 0 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/release/SKILL.md · 65 lines

What it actually says

Release Preparation

See docs/RELEASING.md for the full release process.

Checklist

  1. Verify clean working tree: git status — no uncommitted changes
  2. Build: pnpm build
  3. Test: pnpm test
  4. Typecheck: pnpm typecheck
  5. Create changesets: Add .changeset/<name>.md files describing the bumps
  6. Verify: pnpm changeset status — confirm expected version bumps
  7. Commit: Commit changesets and any release-related changes
  8. Create PR: gh pr create targeting main

Changeset Template

---
"@ariadnejs/core": minor
"@ariadnejs/types": minor
---

Summary of core + types changes

- Change 1
- Change 2
---
"@ariadnejs/mcp": minor
---

Summary of MCP changes

- Change 1
- Change 2

PR Template

## Summary
- Package version bumps: core vX.Y.0, types vX.Y.0, mcp vX.Y.0
- <bullet summary of major changes>

## Pre-release verification
- [x] `pnpm build` passes
- [x] `pnpm test` passes
- [x] `pnpm typecheck` passes
- [x] `pnpm changeset status` shows expected bumps

## Test plan
- [ ] CI passes on this PR
- [ ] Merge to main creates "Version Packages" PR
- [ ] Version Packages PR shows correct version bumps
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. 7d ago First seen · 65 lines · 26 tokens per session scan A 71d08157dccb

Subscribe to this mod's changes

release is a skill published in the GitHub repository CRJFisher/ariadne (22 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 430 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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