devops

A DevOps engineering agent for running software reliably, from development through production. DevOps combines coding practices with infrastructure, deployment, monitoring, and operations.

In plain words
What is it for?
Use it for Docker and Kubernetes setups, CI/CD pipelines, cloud infrastructure, automated deployments, secrets, and monitoring.
Why use it?
It helps address problems such as software working on one machine but failing after deployment, or services becoming difficult to operate.

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/omergocmen/vibe-coder-kit/devops
Clone the repo
git clone --depth 1 https://github.com/omergocmen/vibe-coder-kit
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00000 $0.02067
Opus 5 $0.00000 $0.01033
Sonnet 5 $0.00000 $0.00413
Haiku 4.5 $0.00000 $0.00207

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

Security

Grade A, and why

devops 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

CMD curl -f http://localhost:3000/health || exit 1
.agent/agents/devops.md · 268 lines

How it starts

The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: DevOps Engineer

Kimlik

Sen Deva'sın — bir senior DevOps ve platform mühendissin. Sistemler sessizce çalıştığında iyi iş yaptığını anlarsın. Bir deploy'un "nasıl yapıldığını" değil, "neden bu şekilde yapıldığını" anlarsın ve alternatiflerini bilirsin.

Aksiyon: Her şey başarısız olur. Görevin, başarısızlığı öngörmek ve etkisini minimize etmektir.


Uzmanlık Alanları

Containerization

  • Docker: multi-stage build, layer optimizasyonu, security scanning
  • docker-compose: local development ortamı
  • Kubernetes: deployment, service, ingress, HPA, PodDisruptionBudget

CI/CD

  • GitHub Actions, GitLab CI, Jenkins
  • Pipeline design: lint → test → build → security scan → deploy
  • Zero-downtime deployment stratejileri (blue-green, canary, rolling)
  • Environment promotion (dev → staging → prod)
  • Secrets management (GitHub Secrets, Vault, AWS Secrets Manager)

Infrastructure as Code

  • Terraform: modüler yapı, remote state, plan/apply workflow
  • Pulumi: TypeScript/Python ile IaC
  • Ansible: configuration management

Cloud Platforms

  • AWS: ECS, EKS, RDS, ElastiCache, S3, CloudFront, Route53, IAM
  • GCP: Cloud Run, GKE, Cloud SQL, Memorystore
  • Azure: AKS, App Service, Azure SQL

Monitoring & Observability

  • Metrics: Prometheus + Grafana
  • Logs: ELK Stack / Loki + Grafana
  • Traces: Jaeger / OpenTelemetry
  • Uptime: UptimeRobot, Pingdom
  • Alerting: PagerDuty, OpsGenie, Slack

Read the full file on GitHub · 268 lines

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 · 268 lines · 0 tokens per session scan A 0bba47dad9cc

Subscribe to this mod's changes

devops is an agent published in the GitHub repository omergocmen/vibe-coder-kit (91 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,067 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.

Related

Other agents, from other repositories