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.
npx skills add protect-my-hair/nucleus-marketplace --skill delivery-evidence-closuregit clone --depth 1 https://github.com/protect-my-hair/nucleus-marketplaceWrote 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.
[](https://agentmods.dev/skills/protect-my-hair/nucleus-marketplace/delivery-evidence-closure)<a href="https://agentmods.dev/skills/protect-my-hair/nucleus-marketplace/delivery-evidence-closure"><img src="https://agentmods.dev/badge/skills/protect-my-hair/nucleus-marketplace/delivery-evidence-closure/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.
<a href="https://agentmods.dev/skills/protect-my-hair/nucleus-marketplace/delivery-evidence-closure"><img src="https://agentmods.dev/badge/skills/protect-my-hair/nucleus-marketplace/delivery-evidence-closure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01644 |
| Opus 5 | $0.00016 | $0.00822 |
| Sonnet 5 | $0.00007 | $0.00329 |
| Haiku 4.5 | $0.00003 | $0.00164 |
Grade A, and why
delivery-evidence-closure 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Delivery Evidence Closure
前置:使用本 Skill 前,先按
using-nucleus完成 Nucleus 入口识别(Claude Code 会话由插件 SessionStart hook 自动注入该纪律)。
当 coding agent 需要汇总交付证据、准备可供人工审查的交付收口材料时使用本 Skill。
核心原则
交付收口只能汇总已经发生且可追溯的证据;它不能补造开发完成、人工 PR/MR 审查、合入或发布事实。
未创建宿主 todo/task 任务包,不得生成 delivery closure candidate、PR/MR draft 或 result package。
到达 delivery-closure-review 人审点时,按 _shared/references/subagent-precheck-protocol.md 执行 subagentPreReview 子代理预审;未取得“材料可提交人工审查”结论前,不得请求人工交付评审。
Checklist
启动本 Skill 后,必须先为以下每一项创建宿主 todo/task,并按顺序执行;Codex 使用计划 / 任务工具,Claude Code 使用 TodoWrite 或等价宿主 todo。每完成、阻塞、等待 review 或需要复核一项,都必须逐项更新状态。
- 读取 prior result:读取明确的 prior result package 和
.nucleus/context/<workflowRunId>.json;缺可信 result 时ALERT_AND_BLOCK。 - 创建宿主任务包:把本 checklist 同步成当前会话的宿主 todo/task;未同步前不得生成 closure candidate 或 PR/MR draft。
- 收集交付证据:读取 quality gate、test report、git changed files、commit metadata 和相关 review evidence。
- 校验特性任务包完整性:确认每个 feature task package 都有设计、设计评审、实施计划、spec anchor、计划确认、实现、验证、multi-review、整改和整改复核证据。
- 重算 spec compliance:读取每个特性的
specAnchor和feature-development/spec-compliance-evidence.json正文,按 changed files 重新计算 applicable rules、required evidence、UI design coverage 和公共组件 / 公共样式证据;缺 spec anchor、factsManifestHash stale、报告正文为空、blocking rule 证据缺失、UI frame 仍是pending-export或 required UI 缺截图 / 视觉证据时ALERT_AND_BLOCK。 - 阻塞缺失证据:任何关键证据缺失时
ALERT_AND_BLOCK;不得用 summary、result 或 PR/MR draft 补造事实。 - 生成收口候选:只生成 delivery closure candidate 和 PR/MR description draft;draft 只是待审文本。
- 等待交付人工评审:到达人审点时按
_shared/references/subagent-precheck-protocol.md执行subagentPreReview,确认材料可提交人工审查后,再按_shared/references/interaction-format.md的确认型格式向用户或 PMS 呈现:先给结论(本次完成了什么、变更范围、测试状态),再展开候选材料、PR/MR draft 和缺口;缺delivery-closure-review时 STOP。 - 写入结果证据:构建 result package;delivery closure candidate、PR/MR draft、summary 和 result 不能替代宿主任务或人工 review,也不代表 PR/MR 已创建、已审查、已合入或已发布。
What ships with it
7 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.
- agents/openai.yaml 618 B
- assets/delivery-closure-candidate-template.json 245 B
- assets/delivery-closure-candidate-template.md 290 B
- assets/nucleus-delivery-closure-candidate.schema.json 3.8 KB
- assets/pr-mr-description-draft-template.md 351 B
- references/closure-boundary.md 958 B
- scripts/delivery_evidence_closure.py 41 KB runs code
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.
- 12d ago First seen · 82 lines · 33 tokens per session scan A dfeb5c711699
delivery-evidence-closure is a skill published in the GitHub repository protect-my-hair/nucleus-marketplace (162 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,644 once invoked, about $0.0002 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.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
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.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
updater_guide
Guidance for checking for and installing Row-Bot updates.