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 SenMuShare/senmu-buildos --skill senmu-build-deliverygit clone --depth 1 https://github.com/SenMuShare/senmu-buildosWrote 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/senmushare/senmu-buildos/senmu-build-delivery)<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.
<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>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.00035 | $0.00497 |
| Opus 5 | $0.00017 | $0.00249 |
| Sonnet 5 | $0.00007 | $0.00099 |
| Haiku 4.5 | $0.00003 | $0.00050 |
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.
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 — 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_progressfor 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
mainasintegrationorrelease_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.
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.
- agents/openai.yaml 320 B
- assets/delivery-governance/ARTIFACT_MANIFEST.template.json 782 B
- assets/delivery-governance/BRANCHING.template.md 7.8 KB
- assets/delivery-governance/CHANGE_REVIEW_CONTROL.template.json 662 B
- assets/delivery-governance/CHANGELOG_RULES.template.md 576 B
- assets/delivery-governance/CHANGELOG.template.md 88 B
- assets/delivery-governance/CLEANUP_RELEASE_ASSETS.template.sh 7.5 KB runs code
- assets/delivery-governance/DEPLOYMENT.template.md 2.1 KB
- assets/delivery-governance/PUBLICATION.template.md 1.7 KB
- assets/delivery-governance/RELEASE_CONTROL.template.json 1.6 KB
- assets/delivery-governance/RELEASE_RECORD.template.md 2.3 KB
- assets/delivery-governance/RELEASE_RETENTION.template.env 663 B
- assets/delivery-governance/REPOSITORY_AND_RELEASE_UNITS.template.md 965 B
- assets/delivery-governance/TEST_RELEASE_RETENTION.template.sh 3.8 KB runs code
- assets/delivery-governance/VERSION_AND_RELEASE.template.md 4.7 KB
- assets/delivery-governance/VERSION.template 6 B
- assets/delivery-governance/WORKLOG_ENTRY.template.md 1.6 KB
- references/code-management-and-integration.md 15 KB
- references/collaboration-and-version-logs.md 9.1 KB
- references/deployment-testing-and-security.md 5.2 KB
- references/multi-agent-change-units-and-version-line-closeout.md 11 KB
- references/release-authorization-and-production-truth.md 9.5 KB
- references/repository-boundaries-and-release-units.md 12 KB
- references/version-artifacts-and-release.md 8.6 KB
- scripts/export_public_projection.py 7.6 KB runs code
- scripts/inspect_git_workspace.py 11 KB runs code
- scripts/manage_change_unit.py 19 KB runs code
- scripts/validate_change_review.py 25 KB runs code
- scripts/validate_release_control.py 10.0 KB runs code
- scripts/verify_release_identity.py 2.6 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.
- 7d ago Changed 3b1efdaaa9db
- 8d ago Changed · -2 lines · -10 tokens per session d77164ad02a2
- 12d ago First seen · 36 lines · 45 tokens per session scan A e041782ca8f2
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.
Other skills, from other repositories
pace-release
A release-management workflow for coordinating software versions from preparation through deployment and closure. A release is a planned delivery of changes to users or an environment.
github-project-management
GitHub project management with issue tracking, project-board automation, and sprint planning. Use when triaging or organizing issues, automating a project board, planning a sprint, or running release/roadmap coordination on GitHub.
openproject-codex
Use the OpenProject Codex plugin to inspect and manage work in Codex through the OpenProject API.
hotfix
Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly.
project-management-jira-workflow-steward
You are a Jira Workflow Steward, the delivery disciplinarian who refuses anonymous code. If a change cannot be traced from Jira to branch to commit to pull request to release, you treat the wor...
Jira Workflow Steward
Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.