cut-release

cut-release is a skill for Claude Code from ahmadulhoq/agentskel. It costs 27 tokens per session (47 once invoked), scanned A, original, MIT.

A workflow for preparing and shipping a new software version. It covers version numbers, the changelog, dependency records, and the CI release trigger.

In plain words
What is it for?
Use it when a team is ready to publish a new version of its software.
Why use it?
It gathers the release steps into one process so important release details are not missed.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the agentskel plugin — 53 skills, 3 hooks shipped together

Good fit Use it when a team is ready to publish a new version of its software.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmadulhoq/agentskel/cut-release
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.

Any agent
npx skills add ahmadulhoq/agentskel --skill cut-release
Clone the repo
git clone --depth 1 https://github.com/ahmadulhoq/agentskel

Made for: Claude Code.

Or install agentskel, the plugin that ships this one along with the rest of its 53 skills, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmadulhoq/agentskel/cut-release/github.svg)](https://agentmods.dev/skills/ahmadulhoq/agentskel/cut-release)
Your own site
<a href="https://agentmods.dev/skills/ahmadulhoq/agentskel/cut-release"><img src="https://agentmods.dev/badge/skills/ahmadulhoq/agentskel/cut-release/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cut-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmadulhoq/agentskel/cut-release"><img src="https://agentmods.dev/badge/skills/ahmadulhoq/agentskel/cut-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 47 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.00027 $0.00047
Opus 5 $0.00014 $0.00023
Sonnet 5 $0.00005 $0.00009
Haiku 4.5 $0.00003 $0.00005

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

Security

Grade A, and why

cut-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/cut-release/SKILL.md · 6 lines

What it actually says

Read and follow the full workflow at .agents/workflows/cut-release.md.

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 · 6 lines · 27 tokens per session scan A 9d2dfdb673ec

Subscribe to this mod's changes

cut-release is a skill published in the GitHub repository ahmadulhoq/agentskel (13 stars, last pushed 23d ago), licensed MIT. It adds 27 tokens to every session and 47 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-09-02.

Related

Other skills, from other repositories

ship

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack).

garrytan/gstack · 35 tokens

github-release-management

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.

ruvnet/RuView · 27 tokens

releasepr

Adopt, configure, run, or troubleshoot compozy/releasepr in a consuming repository, including Actions, beta/stable/legacy plans, notes, dry-runs, and publication. Excludes pr-release internals and general versioning advice.

compozy/compozy · 53 tokens

gitlab-devops

GitLab DevOps operations — issues, merge requests, CI/CD pipelines, repository browsing, labels, milestones, releases, and wiki management. Use when querying GitLab project status, monitoring pipeline executions, browsing repository files, creating issues for network findings, opening merge requests for config…

automateyournetwork/netclaw · 67 tokens

seed-snapshot-release

An automated workflow for creating and tracking a snapshot release of the pull request on the current branch. A snapshot release is a temporary package build used for testing a branch before a normal release.

daangn/seed-design · 19 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens