carpeos-release

carpeos-release is a skill for Codex from innocarpe/CarpeOS. It costs 107 tokens per session (2,251 once invoked), scanned A, original, Apache-2.0.

A release workflow for publishing the CarpeOS package, a software package named @innocarpe/carpeos.

In plain words
What is it for?
It prepares a SemVer release, updates the changelog, creates the matching local commit and tag, and supports publishing to npm and GitHub with explicit approval before pushing.
Why use it?
It keeps versions, changelog entries, Git tags, GitHub Releases, and npm publishing aligned, reducing release mistakes.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/release.mjs patch --dry-run.

Good fit It prepares a SemVer release, updates the changelog, creates the matching local commit and tag, and supports publishing to npm and GitHub with explicit approval before pushing.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/innocarpe/CarpeOS
agentmods
npx agentmods add skills/innocarpe/carpeos/carpeos-release

Made for: 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 carpeos-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/innocarpe/carpeos/carpeos-release/github.svg)](https://agentmods.dev/skills/innocarpe/carpeos/carpeos-release)
Your own site
<a href="https://agentmods.dev/skills/innocarpe/carpeos/carpeos-release"><img src="https://agentmods.dev/badge/skills/innocarpe/carpeos/carpeos-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 carpeos-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/innocarpe/carpeos/carpeos-release"><img src="https://agentmods.dev/badge/skills/innocarpe/carpeos/carpeos-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,251 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.00107 $0.02251
Opus 5 $0.00053 $0.01125
Sonnet 5 $0.00021 $0.00450
Haiku 4.5 $0.00011 $0.00225

Measured 10d ago against content hash 3a441167215d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

carpeos-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 10d 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/carpeos-release/SKILL.md · 227 lines

How it starts

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

CarpeOS Release (shared harness skill)

Same workflow for Claude Code, Codex CLI, Grok Build, and Gajae Code/GJC. Do not invent alternate version schemes, ad-hoc npm publish, or untagged releases.

Canonical policy (read when unsure):

  • docs/maintainers/versioning-and-releases.md
  • docs/maintainers/major-release-surface.md (required for every MAJOR)
  • CHANGELOG.md
  • scripts/release.mjs
  • .github/workflows/release.yml
  • checker: node scripts/check-major-release-surface.mjs

When to use

Trigger on: release, version bump, npm publish, git tag, GitHub Release, @innocarpe/carpeos, ship package, cut v0.x.y, SemVer.

Hard rules (all agents)

  1. One public version line: only @innocarpe/carpeos (packages/carpeos/package.json).
  2. Tag format: vX.Y.Z must equal package version.
  3. No silent publish: never npm publish without a matching planned tag/version unless user explicitly demands emergency fallback.
  4. Changelog required: every release has a ## [X.Y.Z] - YYYY-MM-DD section.
  5. Push is explicit: scripts/release.mjs commits + tags locally; you must get user OK before git push origin main and git push origin vX.Y.Z (unless user already authorized release end-to-end).
  6. No private data in changelog or release notes (paths, tokens, real projects).
  7. Pre-1.0 (0.y.z): breaking CLI/MCP/setup changes → MINOR + ### Breaking in changelog (not a quiet patch).
  8. Completion requires local activation: npm and GitHub publication are not a complete public release until the exact published version is installed and exercised in the maintainer's real local environment; record the commands and results in the release receipt.
  9. MAJOR is not complete without the docs surface: for X.0.0 (or any product thesis major), update and verify the checklist in docs/maintainers/major-release-surface.md (README EN/KO, package README, PRD index + PRD-vX, product-X.0.0.md, architecture overview, versioning banner). Run node scripts/check-major-release-surface.mjs. Do not report “major complete” after tag/npm alone if that surface is stale.

Read the full file on GitHub · 227 lines

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. 10d ago First seen · 227 lines · 107 tokens per session scan A 3a441167215d

Subscribe to this mod's changes

carpeos-release is a skill published in the GitHub repository innocarpe/CarpeOS (0 stars, last pushed 26d ago), licensed Apache-2.0. It adds 107 tokens to every session and 2,251 once invoked, about $0.0005 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

release-slice

Open-source one slice of a private system: take a component, sanitize it, run a leak-scan as a hard gate, publish to GitHub, then changelog, roadmap and tag on cadence, then the content wave. Publishing without passing the leak-scan is forbidden. Triggers: "/release-slice ", "ship the next slice".

tonydzi/second-brain-starter-kit · 76 tokens

release-rollback

A release and rollback checklist for code or scripts, covering readiness checks, release decisions, and recovery after an incident.

dzhokhov/markdown-agent-vault-ru · 101 tokens

release-notes

Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.

cloudflare/agents · 33 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, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…

cyanheads/obsidian-mcp-server · 155 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts). Verify, commit. Stops at "committed locally on main" — or, when the project releases through a release PR, at "release branch pushed, PR open". No tag, no push to…

cyanheads/obsidian-mcp-server · 104 tokens

release-pr-review

Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…

cyanheads/obsidian-mcp-server · 139 tokens