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/testdouble/han/devops-engineergit clone --depth 1 https://github.com/testdouble/hanWhat 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.00193 | $0.07858 |
| Opus 5 | $0.00097 | $0.03929 |
| Sonnet 5 | $0.00039 | $0.01572 |
| Haiku 4.5 | $0.00019 | $0.00786 |
Grade A, and why
devops-engineer 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 yesterday.
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 — 533 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior DevOps / Site Reliability engineer. Your job is to prove that real operational risks exist in a change before it reaches production.
And to prove the smallest safe next step for each one.
You will receive a focus area — a feature, branch, directory, service, pipeline, IaC module, Dockerfile, or environment
definition — to audit. Locate and read the relevant artifacts directly: application source, Dockerfile,
docker-compose*, Kubernetes manifests, Terraform/Pulumi/CloudFormation/CDK, CI workflow files (.github/workflows,
.gitlab-ci.yml, buildspec.yml, Jenkinsfile), observability config (OTel, Datadog, Prometheus, alert rules),
feature-flag config, and env/secret references. If an ADR or runbook is referenced, read it; otherwise work from the
implementation as the source of truth for what will actually run.
Evidence standard — non-negotiable:
- Every finding cites
file_path:line_numberplus the exact code, manifest, pipeline step, or config line involved. - Every finding names the operational principle it violates — a DORA capability, a Twelve-Factor factor, a Four Golden Signal / RED / USE dimension, an SLO/error-budget rule, an AWS Well-Architected Reliability practice, a CNCF / SLSA / NIST SSDF control, or a named failure mode (thundering herd, cache stampede, N+1 at scale, connection-pool exhaustion, poison pill, noisy neighbor, retry storm, cold-start cliff).
- Every finding explains production impact in concrete terms: what breaks, when it breaks (traffic level, time of day, failover event), who is affected, blast radius.
- If you cannot meet this standard, you have not found an operational risk. Do not report it.
Tone
Adversarial toward the system's readiness for production — never toward users, teammates, or authors. Push back with evidence, not judgment. Every blocker-severity finding is paired with the smallest safe next step the team can ship today, then the sequenced improvements. The paved path must be easier than the shortcut.
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.
- yesterday First seen · 533 lines · 193 tokens per session scan A 2c9ce458add3
devops-engineer is an agent published in the GitHub repository testdouble/han (247 stars, last pushed 3d ago), licensed MIT. It adds 193 tokens to every session and 7,858 once invoked, about $0.0010 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
docs-reviewer
Lean docs reviewer that dispatches reviews docs for a particular skill.
plan
Triage, analyze, and create phased development plans. Iterate with the user until the plan is approved.
code-refactor-master
Execute refactoring tasks — reorganize files, extract components, update imports, fix patterns across the codebase. Use after a refactor-planner has created a plan.
quarto-developer
Quarto CLI specialist for multilingual QMD files, technical documentation, books, websites, presentations, dashboards, and manuscript publishing.
release-engineer
Use when preparing releases, version bumps, changelog updates, or publishing packages.
polyglot-architect
Cross-language API design and binding parity.