release-package

release-package is a skill for Claude Code, Codex from tyler-mitchell/type-atlas. It costs 19 tokens per session (348 once invoked), scanned A, original, Apache-2.0.

A release workflow for recording package changes and publishing new Type Atlas versions through the repository’s Bumpy tools.

In plain words
What is it for?
Use it when changing a consumer-facing package, creating its bump file, synchronizing dependencies, and promoting or merging a release.
Why use it?
It keeps release notes tied to the code change that caused them and provides an ordered process for preparing and publishing releases.

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/tyler-mitchell/type-atlas/cli-release
Any agent
npx skills add tyler-mitchell/type-atlas --skill cli-release
Clone the repo
git clone --depth 1 https://github.com/tyler-mitchell/type-atlas

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 release-package

README.md
[![agentmods](https://agentmods.dev/badge/skills/tyler-mitchell/type-atlas/cli-release.svg)](https://agentmods.dev/skills/tyler-mitchell/type-atlas/cli-release)
Your own site
<a href="https://agentmods.dev/skills/tyler-mitchell/type-atlas/cli-release"><img src="https://agentmods.dev/badge/skills/tyler-mitchell/type-atlas/cli-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 348 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.00019 $0.00348
Opus 5 $0.00010 $0.00174
Sonnet 5 $0.00004 $0.00070
Haiku 4.5 $0.00002 $0.00035

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

Security

Grade A, and why

release-package 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 3d 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/cli-release/SKILL.md · 44 lines

What it actually says

Release packages

The root AGENTS.md owns branch, commit, push, and synchronization behavior.

For a consumer-visible package change, follow .skills/add-change/SKILL.md and commit its bump file with the implementation on main. Bump files accumulate until the ordinary main → release pull request merges; that push makes Bumpy create or update bumpy/version-packages.

Create the bump with the first consumer-visible commit for that logical change. Update the same bump as the change evolves. Give unrelated logical changes separate bump files. Commit implementation, tests, generated consumer docs, and the bump together. Never wait for a release request to reconstruct bumps from commit history.

An explicit release request authorizes this sequence:

vp run dependencies:list
vp run dependencies:sync # after a dependency pull request merges
vp run release:push
vp run release:promote:pr
vp run release:promote:create # only when no promotion pull request exists
vp run release:promote:merge

After GitHub reports the promotion merge, run:

vp run release:pr
vp run release:merge

Run release:merge only when release:pr returns the version pull request. Required checks gate both merges. GitHub owns publication and public verification. After publication, run release:sync and release:sync:push on the clean main branch. Inspect a workflow only after failure. Never version, publish, dispatch, or poll locally.

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. 3d ago First seen · 44 lines · 19 tokens per session scan A 94ace04b3767

Subscribe to this mod's changes

release-package is a skill published in the GitHub repository tyler-mitchell/type-atlas (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 19 tokens to every session and 348 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-31.

Related

Other skills, from other repositories

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/obsidian-mcp-server · 82 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…

cyanheads/obsidian-mcp-server · 112 tokens

polish-docs-meta

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

cyanheads/git-mcp-server · 53 tokens

release-and-publish

Ship a release end-to-end across every registry this project targets (npm, MCP Registry). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already complete — this skill is the post-wrapup…

cyanheads/git-mcp-server · 83 tokens

release-dbt-mcp

Release a new version of dbt-mcp to PyPi.

dbt-labs/dbt-mcp · 18 tokens

release-notes

Prepares release notes and tags for a new Keboola MCP Server version. Use when the user asks to prepare a release, create release notes, or tag a new version.

keboola/mcp-server · 39 tokens