buildr-release

buildr-release is a skill for Claude Code, Codex from BuildrAI/Buildr. It costs 50 tokens per session (929 once invoked), scanned A, original, MIT.

A controlled workflow for preparing, publishing, and checking Buildr release candidates and stable versions. A release candidate is a version released for checking before the final stable version.

In plain words
What is it for?
Use it to inspect release readiness, prepare a candidate or stable release, publish an approved version, recover from an interruption, and verify the published result.
Why use it?
It keeps release choices, source commits, packages, approvals, and post-release checks tied to verifiable project records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect release readiness, prepare a candidate or stable release, publish an approved version, recover from an interruption, and verify the published result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/buildrai/buildr/buildr-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 BuildrAI/Buildr --skill buildr-release
Clone the repo
git clone --depth 1 https://github.com/BuildrAI/Buildr

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/buildrai/buildr/buildr-release"><img src="https://agentmods.dev/badge/skills/buildrai/buildr/buildr-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 929 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00050 $0.00929
Opus 5 $0.00025 $0.00464
Sonnet 5 $0.00010 $0.00186
Haiku 4.5 $0.00005 $0.00093

Measured yesterday against content hash 36c0da05b850, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

buildr-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 yesterday.

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/buildr-release/SKILL.md · 36 lines

What it actually says

Buildr 发布

本技能只处理 Buildr 自举工作空间的产品发布,不作为 npm 内置技能分发。开始时读取当前工作空间的 projects/product/knowledge/flows/open-source-release.md线上流程正文仅是同一文档的访问入口。流程、覆盖、失效和恢复规则只在那里维护。

意图与边界

  • 检查:只读当前代码、引用、候选运行和公开事实。
  • 准备:明确版本和内容,完成选择、冻结、完整候选、同一产物和受保护 main 纳入,停在公开发布前。
  • 发布:消费已验证产物,须有对应版本与内容的用户授权,并遵守真实平台权限及必要审批。
  • 恢复:核对原操作的当前事实,只继续未完成事项;已有授权范围内的正常动作和同身份可逆恢复不重复请求确认。

版本或内容不明确时,先核验最新 dev、已发布版本和可选差异,提出一个具体默认范围;真正影响选择、策略、权限或不可逆副作用的问题才交给用户。不要让用户决定内部字段、摘要或脚本调用。

准备与继续

  1. 检查并行任务、主工作空间与实际 Git 边界;已有发布任务先读取,不重复创建现场。
  2. 版本材料或实现需要修改时,使用正常内部开发流程先交付 dev。集中完成相关调用链与恢复测试;还需修复的支持任务保留进行中状态与现场。
  3. projects/product/services/buildr 使用 tools/development/run-development-node tools/release/release-orchestration-runner.ts 调用 prepare|inspect|publish|resume;Windows 使用同名 .cmd 入口。先读该入口的实际参数;正常准备只需版本、主工作空间、明确基线和按需选择的提交,不手工拼证据 JSON。
  4. 运行未结束时跟踪同一运行编号,以简短状态说明真实进展;终态后继续同一 prepareresume。明确暂态错误由工具有界恢复;相同错误再次出现则诊断,不无限重跑到绿色。
  5. 完整候选通过后核对聚合、精确源码、原包及实际覆盖。匹配的完整演练直接复用,不机械再跑一次。普通功能不默认运行完整候选或发布演练。
  6. 准备完成后展示版本、选择内容、源码、唯一产物与验证边界。只有缺少公开发布授权时才提出一次具体授权问题。已授权则调用 publish --authorized;平台要求而当前身份无法完成的真实审批由用户处理。

恢复与交付

  • 写入返回错误先检查已发生效果。未知查询不能当作不存在;发布响应丢失不能直接再次派发。
  • 标签或 npm 已存在时校验同一源码和产物;匹配则只补后续步骤,冲突保留事实。不得删除、移动标签、覆盖已发布版本或回退本机令牌发布。
  • 产品发布成功后,登记、资源清理或本机自举失败只影响对应事项。使用 resume 及对应所有者恢复,不重发产品,不提前关闭仍需修复的支持任务。
  • 收尾依照 task-finish;本机自举只交给 buildr-self-bootstrap-sync 的唯一执行器。正式远端发布分支默认保留,删除需独立授权。

完成时分别报告发布事实、任务登记、资源清理和自举;列出实际执行、复用范围、真实权限下未验证的部分,以及关键阶段耗时。保留历史发布证据,不把工作流启动或单个绿色作业称为完成。

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. yesterday Changed · -99 lines · -47 tokens per session 36c0da05b850
  2. 5d ago Changed 711a0b3b0a05
  3. 9d ago First seen · 135 lines · 97 tokens per session scan A 6fd782f916a5

Subscribe to this mod's changes

buildr-release is a skill published in the GitHub repository BuildrAI/Buildr (24 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 929 once invoked, about $0.0003 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.