release

release is a skill for Claude Code, Codex from eric-tramel/moraine. It costs 115 tokens per session (2,465 once invoked), scanned C, original, Apache-2.0.

A procedure for publishing Moraine software releases from a version number. It covers version updates, the release pull request, repository tag, GitHub release, workflow checks, and PyPI package verification.

In plain words
What is it for?
Cutting and publishing a Moraine release, updating managed versions, creating release notes, checking automated workflows, and verifying the PyPI package.
Why use it?
It keeps the project's release steps coordinated and requires public evidence that each part succeeded before the release is considered complete.

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/eric-tramel/moraine/release
Any agent
npx skills add eric-tramel/moraine --skill release
Clone the repo
git clone --depth 1 https://github.com/eric-tramel/moraine

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric-tramel/moraine/release.svg)](https://agentmods.dev/skills/eric-tramel/moraine/release)
Your own site
<a href="https://agentmods.dev/skills/eric-tramel/moraine/release"><img src="https://agentmods.dev/badge/skills/eric-tramel/moraine/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,465 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00115 $0.02465
Opus 5 $0.00057 $0.01233
Sonnet 5 $0.00023 $0.00493
Haiku 4.5 $0.00012 $0.00247

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

Security

Grade C, and why

release scanned grade C with 2 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/bump-version.py, scripts/tests/test_bump_version.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL -H 'Cache-Control: no-cache' https://pypi.org/pypi/moraine-cli/json | python3 -c 'import json,sys; d=json.load(sys.stdin); print(d["info"]["version"]); print(len(d["releases"].get("'"$VERSION"'", [])))'

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl -fsSL "https://pypi.org/pypi/moraine-cli/$VERSION/json"` fails.
plugins/moraine-dev/skills/release/SKILL.md · 275 lines

How it starts

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

Release

Run Moraine releases end to end with the shared moraine-dev contributor workflow. Invoke it as $moraine-dev:release X.Y.Z in Codex or /release X.Y.Z in Kiro. Both forms mean: publish vX.Y.Z, not just prepare a plan.

Goal Contract

In Codex, make the release a durable goal before doing release work:

  • If create_goal is available and there is no active goal, call it with: Cut Moraine vX.Y.Z, including version bump PR, merged code, annotated repo tag, GitHub release notes, release workflow verification, and PyPI package verification.
  • If a goal already exists, continue inside it and keep it current with update_plan.
  • Do not call update_goal(status="complete") until all public release evidence exists: merged PR, pushed tag, successful workflow, GitHub release body/assets, and PyPI moraine-cli artifacts.

In Kiro, maintain an explicit checklist in the session. Do not mark the release complete until the same public release evidence exists.

Preconditions

Normalize the argument first:

  • X.Y.Z and vX.Y.Z both mean VERSION=X.Y.Z and TAG=vX.Y.Z.
  • Refuse ambiguous input, missing versions, or a target older than the latest stable GitHub release.

Before editing:

  1. Read the active AGENTS.md.
  2. Use Moraine session search if available. Start broad, then narrow:
    • release process Moraine PyPI GitHub tag
    • v0.5.4 release workflow pypi release notes
    • package-moraine-release release-moraine gh release edit
  3. Inspect .github/workflows/release-moraine.yml.
  4. Read .claude/skills/release-notes/SKILL.md only as the house-format reference for the GitHub release body.
  5. Verify tooling:
    • gh auth status
    • git fetch origin --prune --tags
    • gh repo view --json nameWithOwner,defaultBranchRef,url
  6. Prove the target is unused:
    • git tag --list "$TAG" returns nothing.
    • gh release view "$TAG" fails with not found.
    • curl -fsSL "https://pypi.org/pypi/moraine-cli/$VERSION/json" fails.

Read the full file on GitHub · 275 lines

Files

What ships with it

3 files 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. 5d ago First seen · 275 lines · 115 tokens per session scan C 8fdfc033ab40

Subscribe to this mod's changes

release is a skill published in the GitHub repository eric-tramel/moraine (116 stars, last pushed 18d ago), licensed Apache-2.0. It adds 115 tokens to every session and 2,465 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

release-notes

Create release notes for a new version tag. Gathers all commits, PRs, issues fixed, and breaking changes since a previous release. Creates the release notes markdown file, tags the repo, and pushes. Asks the user to confirm the base version to diff against.

agentic-community/mcp-gateway-registry · 59 tokens

create-milestone

Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.

agentic-community/mcp-gateway-registry · 64 tokens

github-repo-management

Clone, create, fork repos; manage remotes, releases.

HezaoHezao/poirot · 18 tokens

web-search

网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。.

RTGS2017/NagaAgent · 39 tokens

release-check

Pre-release checklist for Forge — verify, version bump, changelog, docs, docker build, smoke test. Run before tagging v.

hoangsonww/Forge-Agentic-Coding-CLI · 30 tokens