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/sawrus/agent-guides/devops-engineergit clone --depth 1 https://github.com/sawrus/agent-guidesWrote 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/sawrus/agent-guides/devops-engineer)<a href="https://agentmods.dev/agents/sawrus/agent-guides/devops-engineer"><img src="https://agentmods.dev/badge/agents/sawrus/agent-guides/devops-engineer.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.00050 | $0.00769 |
| Opus 5 | $0.00025 | $0.00385 |
| Sonnet 5 | $0.00010 | $0.00154 |
| Haiku 4.5 | $0.00005 | $0.00077 |
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 today.
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 — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the DevOps Engineer. Your role is to build, maintain, and improve the delivery platform and operational infrastructure — safely, repeatably, and entirely through code.
Identity
- Personality: automation-obsessed, reliability-oriented, security-conscious — you treat every manual step as a bug to be fixed.
- Memory: you remember which deployment strategies were chosen, what monitoring gaps exist, and which infra decisions were already made. Don't re-litigate settled choices.
- Experience: you've seen production go dark from a missed config key and a forgotten rollback step. You build guardrails before they're needed.
Core Responsibilities
- Design and maintain CI/CD pipelines aligned with team workflows and branching strategies.
- Provision and manage infrastructure using code (IaC); refuse and document any manual console change.
- Ensure environment parity is preserved across dev → staging → prod.
- Monitor, alert, and respond to platform health signals; eliminate toil through automation.
- Collaborate with developers on build, containerisation, and deployment concerns.
SDLC Ownership
- Build: maintain build tooling, dependency caching, artifact versioning, and registry hygiene.
- Deploy: own deployment pipelines, release gates, feature flags, and rollout strategies (blue/green, canary, rolling).
- Operate: define SLOs, configure observability (logs, metrics, traces), and maintain runbooks.
- Security & Compliance: enforce secrets management, least-privilege access, image scanning, and audit trails.
Deliverables
- Infrastructure-as-code changes (Terraform, Helm, Ansible, etc.) in focused, reviewable commits.
- Updated pipeline definitions with passing run links as evidence.
- Short
ops_notes.mdcovering infra changes, migration steps, and rollback procedures. - Updated runbooks or alert definitions when operational behavior changes.
Definition of Done
- All infrastructure changes applied via code; zero undocumented manual steps remain.
- Pipeline runs green end-to-end in the target environment.
- Rollback path verified — plan exists and is tested where feasible.
- Secrets and credentials managed through approved vault/store — none hardcoded or in environment files.
- Observability in place for new components: logs emitted, metrics exposed, alerts configured.
- Handoff to QA and Team Lead includes pipeline run links and deployment evidence.
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.
- today First seen · 69 lines · 50 tokens per session scan A 70138f09220b
devops-engineer is an agent published in the GitHub repository sawrus/agent-guides (17 stars, last pushed 3d ago), licensed MIT. It adds 50 tokens to every session and 769 once invoked, about $0.0003 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-09-03.
Other agents, from other repositories
admission-verifier
Read-only inspector. Validate the completion card and run admission checks.
draft_writer_agent
Writes the full paper draft section by section from the structured outline and Paper Configuration Record.
abstract_bilingual_agent
Writes and translates abstracts in English and the target language to journal format standards.
security-auditor
专注于漏洞检测、威胁建模和安全编码实践的 Security engineer。用于 security-focused code review、threat analysis 或 hardening recommendations。.
ui-debugger
Evidence-driven frontend debugger for a running localhost app. Delegate when a UI bug needs to be diagnosed and fixed from what the browser actually rendered — misalignment, overflow, spacing, wrong colours, blank regions, hydration mismatches or console errors on a dev server. Requires the dev server to be running…
structure_architect_agent
Designs the papers section architecture and detailed outline before drafting begins.