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.
npx agentmods add skills/tyler-mitchell/type-atlas/cli-releasenpx skills add tyler-mitchell/type-atlas --skill cli-releasegit clone --depth 1 https://github.com/tyler-mitchell/type-atlasWrote 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.
[](https://agentmods.dev/skills/tyler-mitchell/type-atlas/cli-release)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 3d ago First seen · 44 lines · 19 tokens per session scan A 94ace04b3767
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.
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…
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…
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.
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…
release-dbt-mcp
Release a new version of dbt-mcp to PyPi.
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.