release

A skill for publishing a new prospec GitHub release by updating version strings, creating a tag, and writing release notes.

In plain words
What is it for?
Use it to release a version from a clean main branch after its changes are merged and archived. It records the release in the established English format.
Why use it?
It provides the project's required release process and checks that the release is ready to trigger the workflow that builds downloadable binaries.

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

Made for: Claude Code, Codex.

Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,818 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.00071 $0.02818
Opus 5 $0.00036 $0.01409
Sonnet 5 $0.00014 $0.00564
Haiku 4.5 $0.00007 $0.00282

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

Security

Grade A, and why

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 2d 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.

.agents/skills/release/SKILL.md · 196 lines

How it starts

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

Release Skill

Cut a new prospec release from main: bump the version strings, create the tag, and publish GitHub release notes in the house format. Publishing the release (published event) triggers .github/workflows/release.yml, which compiles the multi-platform standalone binaries and attaches them as compressed assets — so this skill's job is the version bump + notes, not the build.

Language

The release notes, commit message, and everything this skill writes are in English — a release is trust-zone / public-facing technical output, exempt from the Traditional Chinese change-artifact rule (see prospec/CONSTITUTION.md → Language Policy, mirrored in AGENTS.md). Talk to the user in their language; write the artifacts in English.

Preconditions — do not release until all hold

  1. All PRs for this version are merged to main and main is checked out with a clean tree (git status). A release is cut from main, never a feature branch.
  2. Each change is archived (/prospec-archive) — REQs graduated, Knowledge synced, summary written. The release notes' Dogfood section reports this; it must already be true.
  3. Counts are already synced. pnpm counts runs as the last step of each feature commit, not here — READMEs / index.md / module READMEs already carry the right test/skill counts. Do not run pnpm counts during the bump. (See memory: counts are generated by sync-counts.ts.)
  4. Green locally: pnpm test, pnpm typecheck, pnpm lint, and prospec check (14 drift checks). Capture the numbers — they feed the "Quality & tests" section. Coverage: coverage/ on disk may be stale (predates the current version); re-run pnpm test:coverage for a live figure. Read prospec check WARNs by type, not as one bucket:
    • knowledge-health (stale module README) — almost always a prior change's archive that changed a module's source but never touched its README (drift compares git commit times). Fix it before releasing: sync + commit that module README so the notes can honestly claim a green check. Then confirm the fix didn't tip knowledge-size over the L2 per-module budget (this project overrides it to 2000 tokens in .prospec.yaml; the shipped default is 1000) — if it did, trim the README back under budget (net-neutral) rather than accept a new WARN.
    • knowledge-size budget WARN that pre-exists and is deliberate (the SC-002 signal) may be reported as such, mirroring how 0.5.2 framed it — do not thrash the README to chase it away.

Read the full file on GitHub · 196 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. 2d ago First seen · 196 lines · 71 tokens per session scan A 4aa8bd8ebb84

Subscribe to this mod's changes

release is a skill published in the GitHub repository benwu95/prospec (5 stars, last pushed 2d ago), licensed MIT. It adds 71 tokens to every session and 2,818 once invoked, about $0.0004 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

ospec-goal

Create or advance a full OSpec goal using the current document, task graph, worker, review, and evidence workflow.

clawplays/ospec · 29 tokens

ospec

Document-driven OSpec workflow for initialization, change/goal routing, validation, archiving, and durable project knowledge.

clawplays/ospec · 26 tokens

ospec-change

Create or advance a lightweight OSpec change using the classic fast workflow.

clawplays/ospec · 18 tokens

review-spd

Findings-first code review workflow for AI coding agents. Use when the user asks to review uncommitted changes, commits in a date range, or a branch compared to the main branch / PR-style diff. Focuses on bugs, regressions, correctness risks, missing tests, security/data-safety issues, and other behavior-changing…

zhu1090093659/spec_driven_develop · 72 tokens

deep-discuss

结构化深度讨论 Skill,用于与用户进行多轮问题分析和方案设计。当用户描述一个问题现象、故障表现、 技术困惑、方案选择困难,或明确说"讨论一下"、"帮我分析"、"我遇到一个问题"、"你觉得怎么样"、 "帮我想想"、"我在纠结"时,必须使用本 skill。当用户提供了一段描述(可能附带截图)并期望深入分析 而非直接给答案时,也应触发本 skill。即使用户只是抛出一个现象描述没有明确提问,也要使用本 skill 来引导结构化思考。不要在简单的事实查询("X是什么")或明确的执行指令("帮我写个脚本")上触发。.

zhu1090093659/spec_driven_develop · 181 tokens

spec-driven-develop

Automates pre-development workflow for large-scale complex tasks. Use when the user mentions "rewrite", "migrate", "overhaul", "refactor entire project", "transform", "rebuild in [language]", "spec-driven", or describes any large-scale project transformation that requires planning before coding. Also triggers on…

zhu1090093659/spec_driven_develop · 148 tokens