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.
git clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcpWrote 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/commands/mizukaizen/hive-doctrine-mcp/ship)<a href="https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/ship"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/ship/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/commands/mizukaizen/hive-doctrine-mcp/ship"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/ship.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.00000 | $0.00408 |
| Opus 5 | $0.00000 | $0.00204 |
| Sonnet 5 | $0.00000 | $0.00082 |
| Haiku 4.5 | $0.00000 | $0.00041 |
Grade A, and why
ship 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 11d 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.
What it actually says
Command: /ship
Pre-ship checklist and deployment. Run this before every production deploy.
Usage
/ship
Process
Step 1: Run Tests
Execute the project's test suite. If any test fails, stop and report the failure. Do not proceed until tests pass.
# Detect and run the appropriate test command
# npm test / pytest / cargo test / etc.
Step 2: Check for Debug Artifacts
Scan the codebase for common debug artifacts that should not ship:
console.log/console.error/console.warnstatements (unless in a logging utility)debuggerstatementsTODOorFIXMEcomments added in the current diff- Hardcoded
localhostURLs .envfiles staged for commit
Report any findings. The founder decides whether to fix or ship anyway.
Step 3: Performance Check
If the project has a web frontend, run a Lighthouse audit (or equivalent):
- Performance score must be above 80
- Accessibility score must be above 90
- Flag any image over 500KB that is not optimised
Step 4: Build Verification
Run the production build. It must complete without errors or warnings.
# npm run build / cargo build --release / etc.
Step 5: Deploy
Execute the project's deploy command. Verify the deployment is live by checking the production URL or running a smoke test.
Step 6: Post-Deploy
- Update
CHANGELOG.mdwith what shipped and today's date - Confirm the core user flow works on production
- Report: "Shipped. [summary of what went live]"
Rules
- If any step fails, stop and report. Do not skip steps.
- The founder can override any warning with explicit confirmation.
- Total deploy time target: under 5 minutes from
/shipto live.
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.
- 11d ago First seen · 59 lines · 0 tokens per session scan A 9870eeed386b
ship is a command published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 408 tokens. 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 commands, from other repositories
CHANGELOG
Command "CHANGELOG" from bytedance/UI-TARS-desktop, covering 0.4.0 2024-12-10 - add logging, 1.2.29, 1.2.28, 1.2.26 and 1.2.25.
release
Release manager for frontend and mobile. Writes App Store notes, user-facing changelog, flags stale docs and landing copy. Actions: notes | changelog | docs | sync.
ng-ship-review
Portable command prompt generated from skills/checking-release-readiness/SKILL.md. Edit the skill, then run python tools/ng.py gen-commands; do not edit this file by hand.
frankx-ai-deploy
Deploy FrankX.AI website changes to Vercel with quality checks.
ship
Walk the ship checklist for a feature — surfaces, docs, and the catalog-from-live-truth rule.
plan-sync
Sync all plan-related files to the production worktree and deploy.