release-kit

release-kit is a skill for Claude Code, Codex from chhuax/praxis-devos. It costs 13 tokens per session (434 once invoked), scanned A, original, Apache-2.0.

A maintainer-only release workflow for this repository, with separate verify, publish, and release stages.

In plain words
What is it for?
Preparing a release candidate, publishing verified release data, and completing the repository release in a controlled order.
Why use it?
It helps prevent releases from starting before code is merged and the release order, version, and path are confirmed.

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/chhuax/praxis-devos/skill
Any agent
npx skills add chhuax/praxis-devos --skill skill
Clone the repo
git clone --depth 1 https://github.com/chhuax/praxis-devos

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-kit

README.md
[![agentmods](https://agentmods.dev/badge/skills/chhuax/praxis-devos/skill.svg)](https://agentmods.dev/skills/chhuax/praxis-devos/skill)
Your own site
<a href="https://agentmods.dev/skills/chhuax/praxis-devos/skill"><img src="https://agentmods.dev/badge/skills/chhuax/praxis-devos/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 434 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.00013 $0.00434
Opus 5 $0.00006 $0.00217
Sonnet 5 $0.00003 $0.00087
Haiku 4.5 $0.00001 $0.00043

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

Security

Grade A, and why

release-kit 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 4d 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.

release-kit/skill/SKILL.md · 81 lines

How it starts

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

release-kit

This is a maintainer-only skill entry for the in-repo release-kit/ boundary.

Use this skill only after the intended code is already merged to main.

Modes

  • verify / publish / release
  • verify
  • publish
  • release

Input collection rules

Before running any mode, collect and confirm:

  • target version from package.json
  • explicit release order confirmation
  • whether the user wants the normal path or a compensation path

Default controlled order in v1:

  1. verify
  2. publish
  3. release

Do not continue to publish or release if the release order is not explicitly confirmed.

Mode responsibilities

verify

Collect:

  • target version
  • current repository root / worktree context
  • confirmation that the user wants to prepare the release candidate

Delegate deterministic execution to release-kit/scripts/verify.mjs.

publish

Collect:

  • target version
  • confirmation that verified state already exists and is still valid
  • confirmation that the approved order is verify -> publish -> release

Delegate deterministic execution to release-kit/scripts/publish.mjs.

release

Collect:

  • target version
  • confirmation that publish/tag already completed, or that the user wants the compensation path
  • confirmation that GitHub Release creation is intended now

Delegate deterministic execution to release-kit/scripts/release.mjs.

Responsibilities

  • Collect the target version and release-order confirmation
  • Keep the execution flow constrained to the approved release workflow
  • Delegate all deterministic execution to repo scripts under release-kit/scripts/
  • Route normal and compensation paths without embedding release logic here

Constraints

  • Supports Node/npm + git + GitHub only in v1
  • Not part of the projection system
  • Must not implement high-risk release commands directly in this file
  • Must not replace explicit user confirmation for release order
  • Must not perform npm, git, or gh release mutations directly from the skill body

Read the full file on GitHub · 81 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. 4d ago First seen · 81 lines · 13 tokens per session scan A 065cbaedbcac

Subscribe to this mod's changes

release-kit is a skill published in the GitHub repository chhuax/praxis-devos (21 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 434 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-30.

Related

Other skills, from other repositories

release

Cut a Symphony release by bumping the committed version, landing it, tagging the merged commit, and verifying the Burrito release workflow. Use when asked to release, tag, or retag Symphony.

openai/symphony · 42 tokens

changelog-entry

Add a new entry to CHANGELOG.yml under the current unreleased version (or create the version block if needed), then regenerate documentation. Use when the user says things like "add a changelog entry", "log this fix in the changelog", or "/changelog-entry".

telepresenceio/telepresence · 60 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens

mate-oss-gate

在准备把 MateCloud(或其子集)开源 / 发布到公开仓前使用。按 open-core 边界把关:剥离企业代码、清竞品名与内部路径、查密钥、确认 LICENSE。当用户说"要开源了""发布公开版""开源前检查""oss release"时触发。.

mateaix/matecloud · 81 tokens

snapshot-release

Drives the snapshot-release flow for the current branch's PR. Posts a /snapshot comment on the PR if one isn't already there (with confirmation), waits for the Continuous Releases workflow to finish, and reports the tarball URLs from the resulting 📦 Snapshot Release comment. Use for both triggering and waiting …

daangn/seed-design · 142 tokens

devops/changelog-generation

自动生成 CHANGELOG,基于 git 提交历史和 pipeline 产物信息,遵循 Conventional Commits 和 Keep a Changelog 规范.

echoVic/boss-skill · 36 tokens