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 agentmods add agents/threemoonslab/agents-shipgate/use-with-claude-codegit clone --depth 1 https://github.com/ThreeMoonsLab/agents-shipgateWrote 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/threemoonslab/agents-shipgate/use-with-claude-code)<a href="https://agentmods.dev/agents/threemoonslab/agents-shipgate/use-with-claude-code"><img src="https://agentmods.dev/badge/agents/threemoonslab/agents-shipgate/use-with-claude-code.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.03251 |
| Opus 5 | $0.00000 | $0.01625 |
| Sonnet 5 | $0.00000 | $0.00650 |
| Haiku 4.5 | $0.00000 | $0.00325 |
Grade A, and why
use-with-claude-code scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://raw.githubusercontent.com/ThreeMoonsLab/agents-shipgate/main/.claude/commands/shipgate.md \ How it starts
The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use Agents Shipgate with Claude Code
This page is the compatibility guide for Claude Code skill installation. For the normative agent protocol, use claude-code.md and protocol.md. The canonical Claude Code control command is:
shipgate check --agent claude-code --workspace . --format agent-boundary-json
Parse stdout as shipgate.agent_boundary_result/v2, switch on
control.state, and follow control.next_action,
control.allowed_next_commands, and control.human_review. Treat decision
as diagnostic context only; do not infer local control from prose.
Two pieces of agent-facing surface ship with this repo. Drop them into your own agent project so Claude Code can install, run, and explain Shipgate without you typing the steps.
| Surface | What it does | Source path in this repo |
|---|---|---|
/shipgate slash command |
Bootstrap flow: install → init --write → fill placeholders → scan → report top findings |
.claude/commands/shipgate.md |
agents-shipgate skill |
Auto-discovered when the user mentions release readiness, scanning an agent, fixing a finding, adding Shipgate to CI, or shipgate.yaml. Routes to bundled recipes. |
skills/agents-shipgate/SKILL.md |
The skill is named agents-shipgate, not shipgate, on purpose: Claude Code lets a skill with the same name as a command preempt it, which would silently bypass the /shipgate slash command. Keeping the names distinct lets users invoke the slash command explicitly and lets the skill auto-trigger on relevant phrases.
The skill bundles the prompts/ recipes plus the advisory CI YAML in its own directory, so a user project does not depend on the upstream main branch at runtime. When you change anything in prompts/ or examples/github-actions/01-advisory-pr-comment.yml, sync the bundled copy under skills/agents-shipgate/.
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.
- 4d ago First seen · 261 lines · 0 tokens per session scan A 9e12059f1928
use-with-claude-code is an agent published in the GitHub repository ThreeMoonsLab/agents-shipgate (87 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,251 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ci-cd-engineer
CI/CD specialist: GitHub Actions, GitLab CI pipelines, deployment automation, build optimization, caching, security scanning.
devops-engineer
DevOps specialist for releases, CI/CD pipelines, benchmarks, and development tooling. Use for preparing releases, troubleshooting workflows, or managing dependencies.
devops_engineer
专业DevOps工程师,负责部署、基础设施和CI/CD流水线.
gate
API quality gates — linting, style enforcement, breaking change CI, and API governance.
devops-engineer
Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.
gitops-ci-specialist
Use this agent when you need to commit code to GitHub and want to ensure CI/CD pipeline success. Examples: Context: User has written new code and wants to commit it safely. user: 'I've added a new authentication module. Can you help me commit this properly?' assistant: 'I'll use the gitops-ci-specialist agent to…