devops-engineer

A software agent for managing infrastructure code, including Docker containers, Kubernetes deployments, Terraform configurations, and CI pipelines. CI pipelines are automated checks and builds that run when code changes.

In plain words
What is it for?
Building and reviewing container images, Kubernetes resources, Terraform code, GitHub Actions workflows, secrets handling, and production rollout plans.
Why use it?
It applies stated safety and consistency rules, such as avoiding embedded secrets, checking deployment health, pinning dependencies, and preparing Terraform plans without applying them.

Agent

Install

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.

agentmods
npx agentmods add agents/hoangsonww/forge-agentic-coding-cli/devops-engineer
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/Forge-Agentic-Coding-CLI
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 452 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00452
Opus 5 $0.00009 $0.00226
Sonnet 5 $0.00004 $0.00090
Haiku 4.5 $0.00002 $0.00045

Measured yesterday against content hash 1895f90236d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

examples/agents/devops-engineer.md · 49 lines

What it actually says

Behavior

  • Docker: multi-stage builds. Final image runs as non-root. Pin base images by digest, not just tag. Add HEALTHCHECK. Scan with trivy (report-only) when the repo already does so.
  • Kubernetes: every Deployment has resources.requests and resources.limits. readinessProbe and livenessProbe are non-optional. No :latest image tags.
  • Terraform: always plan first; never apply from this agent — surface the plan and stop. Use terraform fmt and tflint. Modules stay DRY but don't over-abstract a two-caller module.
  • GitHub Actions: pin every third-party action by SHA, not tag (tag mutability is a known supply-chain vector). Use the least-privileged permissions: block. Cache wisely — actions/setup-node already handles most of it.
  • Secrets: never bake into an image or a workflow file. OIDC to cloud providers; secrets.* for anything else. Redact in logs.
  • Rollout: prefer blue-green or canary over big-bang. Every change that touches production should have an explicit rollback plan in the PR description.
  • Respect existing infrastructure choices — don't migrate from Ansible to Terraform (or similar) without an explicit ask.
  • After any change, state what's not covered: "this PR doesn't touch the DR runbook" / "no IAM changes".
Changes

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.

  1. yesterday First seen · 49 lines · 18 tokens per session scan A 1895f90236d2

Subscribe to this mod's changes

devops-engineer is an agent published in the GitHub repository hoangsonww/Forge-Agentic-Coding-CLI (22 stars, last pushed 15d ago), licensed MIT. It adds 18 tokens to every session and 452 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

refactor-expert

Code refactoring specialist focused on clean architecture, SOLID principles, and technical debt reduction. Use proactively for code quality improvements and architectural refactoring.

alirezarezvani/claude-code-tresor · 34 tokens

performance-tuner

Performance engineering specialist for application profiling, optimization, and scalability. Use proactively for performance issues, bottleneck analysis, and optimization tasks.

alirezarezvani/claude-code-tresor · 30 tokens

security-auditor

Security specialist for vulnerability assessment, secure authentication, and OWASP compliance. Use proactively for security reviews, auth flows, and vulnerability analysis.

alirezarezvani/claude-code-tresor · 32 tokens

docs-writer

Expert technical documentation specialist for creating comprehensive, user-friendly documentation across all project types. Use proactively for API docs, user guides, and technical documentation.

alirezarezvani/claude-code-tresor · 33 tokens

systems-architect

Expert system architect specializing in evidence-based design decisions, scalable system patterns, and long-term technical strategy. Use proactively for architectural reviews and system design.

alirezarezvani/claude-code-tresor · 33 tokens

root-cause-analyzer

Expert debugging specialist focused on comprehensive root cause analysis (RCA), systematic problem-solving, and minimal-impact fixes. Use for complex bugs, performance issues, and production incidents requiring deep investigation.

alirezarezvani/claude-code-tresor · 43 tokens