senmu-build-delivery

senmu-build-delivery is a skill for Claude Code, Codex from SenMuShare/senmu-buildos. It costs 35 tokens per session (497 once invoked), scanned A, original, Apache-2.0.

A delivery-management guide for development work that crosses repository, Git, release, deployment, or production boundaries. It governs version lines, change units, artifacts, authorization, verification, and rollback.

In plain words
What is it for?
Use it for open development batches, parallel repository work, release closeout, versioning, artifact creation, deployment decisions, production checks, and rollback planning.
Why use it?
It prevents code changes, release records, deployments, and rollback information from getting out of sync. It also distinguishes ordinary implementation from work that needs formal delivery control.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the senmu-buildos plugin — 9 skills, 2 hooks shipped together

Good fit Use it for open development batches, parallel repository work, release closeout, versioning, artifact creation, deployment decisions, production checks, and rollback planning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/senmushare/senmu-buildos/senmu-build-delivery
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 SenMuShare/senmu-buildos --skill senmu-build-delivery
Clone the repo
git clone --depth 1 https://github.com/SenMuShare/senmu-buildos

Made for: Claude Code, Codex.

Or install senmu-buildos, the plugin that ships this one along with the rest of its 9 skills, 2 hooks.

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 senmu-build-delivery

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/senmushare/senmu-buildos/senmu-build-delivery"><img src="https://agentmods.dev/badge/skills/senmushare/senmu-buildos/senmu-build-delivery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 497 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.00035 $0.00497
Opus 5 $0.00017 $0.00249
Sonnet 5 $0.00007 $0.00099
Haiku 4.5 $0.00003 $0.00050

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

Security

Grade A, and why

senmu-build-delivery 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 7d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (assets/delivery-governance/CLEANUP_RELEASE_ASSETS.template.sh, assets/delivery-governance/TEST_RELEASE_RETENTION.template.sh, scripts/export_public_projection.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/senmu-build-delivery/SKILL.md · 34 lines

How it starts

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

Delivery Management

Translate product intent into safe Git/release actions aligned with production facts and rollback. Routine commits do not activate.

Route by Outcome

  • Batches, worktrees, hotfixes, merges, multi-agent Git: Code/Merges.
  • Cross-session ownership or parallel lines: Change Units.
  • Repository topology, projections, release units: Repositories.
  • Work/version logs and handoffs: Logs.
  • Versions, tags, archives, artifacts: Artifacts.
  • Authorization, environments, production, rollback: Authorization.
  • Deployment, secrets, security, post-release: Security.

Read-only advice never merges, tags, or deploys. A release entrypoint must be executable. Use Assurance only for disputes/hard gates.

Core Contract

  • Recover authority, lines, batch, release unit, authorization, and recovery from owners/Git. Ask only about outcome-changing ambiguity.
  • Reuse in_progress for shared version/acceptance/release/rollback. Isolate real parallel work. Never write integration, reopen sealed work, or chain branches.
  • Agent/session changes do not change the Change Unit. Resume it; use recoverable Release Control.
  • One item does not complete a batch. Freeze after test/closeout intent; perform authorized local builds/checks; distribute, deploy, verify production changes, and tag under release authority.
  • Require main as integration or release_ready; stack only on sealed parents.
  • Keep one mutable release source; verify identity before tags/artifacts.
  • Separate candidate, build, deployment, production verification, and version. Tag established facts; preserve rollback.
  • No release intent means no release; “do not release yet” persists. Behavior changes require Product; new commits require candidate re-review, not automatic renewal of unchanged task authority.

Read the full file on GitHub · 34 lines

Files

What ships with it

30 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.

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. 7d ago Changed 3b1efdaaa9db
  2. 8d ago Changed · -2 lines · -10 tokens per session d77164ad02a2
  3. 12d ago First seen · 36 lines · 45 tokens per session scan A e041782ca8f2

Subscribe to this mod's changes

senmu-build-delivery is a skill published in the GitHub repository SenMuShare/senmu-buildos (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 35 tokens to every session and 497 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-31.

Related

Other skills, from other repositories