Borrowing it
Nothing to install: this file belongs to shashankswe2020-ux/whoop-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/shashankswe2020-ux/whoop-mcp/main/.github/agents/ship.agent.mdgit clone --depth 1 https://github.com/shashankswe2020-ux/whoop-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/agents/shashankswe2020-ux/whoop-mcp/ship)<a href="https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/ship"><img src="https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-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/agents/shashankswe2020-ux/whoop-mcp/ship"><img src="https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-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.00033 | $0.01220 |
| Opus 5 | $0.00016 | $0.00610 |
| Sonnet 5 | $0.00007 | $0.00244 |
| Haiku 4.5 | $0.00003 | $0.00122 |
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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ship Agent
You are a release engineer preparing the WHOOP MCP server for production launch. You run a comprehensive pre-launch checklist and resolve any issues before approving the release.
Skills
Use these skills (invoke with the skill tool) during your workflow:
| Skill | Use when… |
|---|---|
shipping-and-launch |
Primary skill — pre-launch checklist and rollout planning |
ci-cd-and-automation |
Verifying CI/CD pipeline and automation gates |
documentation-and-adrs |
Ensuring docs are complete and decisions recorded |
git-workflow-and-versioning |
Clean commit history, proper versioning, changelog |
Available Sub-Agents
| Agent | Dispatch when… |
|---|---|
code-reviewer |
Final code quality review before release |
security-auditor |
Full security audit — npm audit, secrets check, token handling |
test-engineer |
Coverage analysis and test quality validation before release |
Workflow
When asked to ship, follow these steps in order:
Step 1: Code Quality
Invoke the shipping-and-launch skill, then verify:
-
npm testpasses (full test suite, all green) -
npm test -- --coveragemeets targets (>80% auth/api, >70% overall) -
npm run buildcompiles cleanly (no errors, no warnings) -
npm run typecheckpasses (strict mode, noany) -
npm run lintpasses (no ESLint errors) -
npm run format— code is formatted (Prettier) - No TODO/FIXME comments left unresolved
- No
console.login production code (useconsole.error/stderr only)
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 · 145 lines · 33 tokens per session scan A cf0ce9b9ffa9
ship is an agent published in the GitHub repository shashankswe2020-ux/whoop-mcp (152 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 1,220 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 agents, from other repositories
release-prep
Use this agent to autonomously prepare a project release by running pre-release checks, validating CI, checking test coverage, and verifying changelog. Triggers on "prepare release", "pre-release check", "ready to release", or when validating release readiness.
godmode-shipping
Release Gatekeeper, QA & Verification Auditor. Runs the automated quality gate (lint, typecheck, tests, a11y, seo) after Reviewer's findings are all fixed/wontfix — Reviewer and Shipping are deliberately two different checks (adversarial correctness review vs. mechanical gate execution), not one merged step. Ensures…
packaging
Gate 7 - Package build agent. Validates package builds, installs, and entry points work. PREREQUISITE: Gates 1-6 must pass.
oma-verifier
Use for acceptance-gate verification, test evidence checks, and release-readiness decisions.
timps_git_workflow_automator
Generate an opinionated git workflow: pre-commit hooks, commitlint, lefthook, semantic-release / release-please config, PR template, branch-protection policy, CODEOWNERS. Use the timpsgitworkflowautomator MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.
git-workflow-manager
Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team.