creating-a-changeset

creating-a-changeset is a skill for Claude Code, Codex from fellipeutaka/leon. It costs 51 tokens per session (869 once invoked), scanned A, original, MIT.

A workflow for creating Changeset files, which record user-facing changes and the version-number updates needed when releasing packages.

In plain words
What is it for?
Use it before committing a release-worthy feature, fix, breaking change, performance update, or user-facing documentation change in a repository configured for Changesets.
Why use it?
It helps ensure release notes and semantic versioning are prepared for changes that affect users. Semantic versioning uses version numbers to signal the scale of a change.

Skill for Claude CodeCodex

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/fellipeutaka/leon/creating-a-changeset
Any agent
npx skills add fellipeutaka/leon --skill creating-a-changeset
Clone the repo
git clone --depth 1 https://github.com/fellipeutaka/leon

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 creating-a-changeset

README.md
[![agentmods](https://agentmods.dev/badge/skills/fellipeutaka/leon/creating-a-changeset.svg)](https://agentmods.dev/skills/fellipeutaka/leon/creating-a-changeset)
Your own site
<a href="https://agentmods.dev/skills/fellipeutaka/leon/creating-a-changeset"><img src="https://agentmods.dev/badge/skills/fellipeutaka/leon/creating-a-changeset.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 869 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00051 $0.00869
Opus 5 $0.00026 $0.00434
Sonnet 5 $0.00010 $0.00174
Haiku 4.5 $0.00005 $0.00087

Measured 4d ago against content hash 5d7f413fb463, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

creating-a-changeset 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 4d 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.

skills/creating-a-changeset/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create a Changeset

Use this skill after implementation is complete and before committing a release-worthy change.

Workflow

1. Discover the repository's release rules

  • Read the nearest AGENTS.md, CONTEXT.md, contributor guide, and release workflow that govern the work.
  • Read git status --short, git diff HEAD --stat, and every relevant staged, unstaged, and untracked change.
  • Locate .changeset/config.json, workspace manifests, package manifests, lockfiles, and the local Changesets CLI.
  • Confirm that the repository uses Changesets. If its configuration or CLI is absent, report the blocker instead of creating a file.
  • Resolve the repository's package manager from package.json and its lockfile. Use that manager for validation.
  • Identify publishable package names and the repository's private-package rules. Use exact names from package.json.

Completion criterion: the Changesets setup, package manager, publishable packages, private-package policy, and complete change scope are known.

2. Classify impact and package ownership

  • Treat changed user behavior, public API, configuration, CLI, generated output, performance, or user-facing documentation as release-worthy.
  • Treat internal refactoring, tests, CI/CD, and development-only tooling as internal.
  • Map every release-worthy change to each affected publishable package.
  • Include a private package only when the repository's Changesets configuration explicitly versions private packages.
  • If package ownership or user impact is ambiguous, ask for clarification before writing.

If no release-worthy change remains, stop and report that no Changeset is needed. Completion criterion: every changed file is classified and every release-worthy change has an unambiguous package owner.

3. Select the semver bump

Choose a bump for each affected package:

  • patch — bug fixes, performance improvements, and user-facing documentation changes.
  • minor — backward-compatible features, options, or commands.
  • major — breaking API, configuration, CLI, or runtime changes that require migration.

Read the full file on GitHub · 72 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. 4d ago First seen · 72 lines · 51 tokens per session scan A 5d7f413fb463

Subscribe to this mod's changes

creating-a-changeset is a skill published in the GitHub repository fellipeutaka/leon (5 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 869 once invoked, about $0.0003 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-31.