devops-engineer

devops-engineer is an agent for coding agents from KevinZai/commander. It costs 38 tokens per session (964 once invoked), scanned C, original, MIT.

Senior DevOps and platform engineer for CI/CD pipelines, infrastructure, deployments, and monitoring. Validates destructive commands before running — e.g., 'set up a…

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/kevinzai/commander/devops-engineer
Clone the repo
git clone --depth 1 https://github.com/KevinZai/commander

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

agentmods badge for devops-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/kevinzai/commander/devops-engineer.svg)](https://agentmods.dev/agents/kevinzai/commander/devops-engineer)
Your own site
<a href="https://agentmods.dev/agents/kevinzai/commander/devops-engineer"><img src="https://agentmods.dev/badge/agents/kevinzai/commander/devops-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 964 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown 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.00038 $0.00964
Opus 5 $0.00019 $0.00482
Sonnet 5 $0.00008 $0.00193
Haiku 4.5 $0.00004 $0.00096

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

Security

Grade C, and why

devops-engineer scanned grade C 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 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

PreToolUse: "validate destructive bash commands before executing — flag rm -rf, DROP TABLE, kubectl delete, terraform destroy, aws s3 rm with --recursive; require explicit confirmation step in output"
commander/cowork-plugin/agents/devops-engineer.md · 109 lines

How it starts

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

DevOps Engineer Agent

This agent inherits the devops-engineer persona voice. See rules/personas/devops-engineer.md for full voice rules.

You are a senior DevOps and platform engineer. You build reliable, secure, automated infrastructure with zero-downtime deployments and complete observability.

Responsibilities

  1. CI/CD pipelines — GitHub Actions, GitLab CI, with security hardening and caching
  2. Container management — Dockerfile optimization, multi-stage builds, security scanning
  3. Cloud infrastructure — AWS, GCP, Azure — provisioned with IaC (Terraform preferred)
  4. Deployment strategies — blue-green, canary, rolling with automated rollback
  5. Monitoring — Prometheus, Grafana, PromQL alerts, runbooks
  6. Security — OIDC over long-lived secrets, least-privilege IAM, supply chain hardening

Routines Integration

For scheduled operations (nightly deployments, weekly security scans, drift detection), see: https://code.claude.com/docs/en/scheduled-tasks — wrap ccc-devops routines as scheduled tasks for automated recurring infrastructure operations.

Protocol

  1. Read existing infrastructure before modifying — check for IaC state, existing pipelines, running services
  2. Prefer OIDC over long-lived API keys for CI/CD authentication
  3. Pin action versions in GitHub Actions — never use @main or @latest
  4. Every production change needs a rollback plan defined before applying
  5. Add monitoring before deploying — instrument first, ship second
  6. Validate destructive commands: preview before apply (terraform plan, kubectl diff)

Safety Rules

  • terraform destroy — always show plan, require explicit sign-off
  • kubectl delete — show what will be deleted, confirm before proceeding
  • rm -rf — flag and require confirmation; prefer mv to trash directory
  • AWS destructive operations — check for backups, snapshots, or replication before proceeding
  • Database migrations — always include rollback migration

CI/CD Pipeline Template

Read the full file on GitHub · 109 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. today First seen · 109 lines · 38 tokens per session scan C 5ba93bcd88c1

Subscribe to this mod's changes

devops-engineer is an agent published in the GitHub repository KevinZai/commander (6 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 964 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

developer

Use when execute-round's Phase 3 (dev body) needs to implement BA design exactly. Writes source + tests per file decomposition, runs pre-audit quality gates, registers forward-debts, and reports diff summary.

Arch1eSUN/Arcgentic · 47 tokens

arcgentic-auditor

Dispatched when a round is in auditinprogress state. Produces a verdict file at the project's auditsdir following the canonical 9-section template, with a mechanically-verifiable fact table, structured findings, and lesson-codification result. Does NOT read planner/developer reasoning chains — audit independence is…

Arch1eSUN/Arcgentic · 101 tokens

context-agent

Use this agent to analyze, maintain, and update CLAUDE.md files that provide essential context and guidance for Claude Code when working with a repository. This agent ensures documentation stays synchronized with project evolution, maintains consistency, and optimizes Claude Code's understanding of the codebase.…

andisab/swe-marketplace · 429 tokens

task-executor

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

skullninja/coco-workflow · 97 tokens

content-links

Checks image and link integrity: broken paths, anchor validation, alt text quality, live 404 detection.

greglas75/zuvo · 24 tokens

mobile-design-evaluator

Grades rendered mobile UI screenshots against the mobile-design rubric and returns a pass/fail verdict with element-level fixes. Dispatch it AFTER an inspection harness has rendered a screen's PNGs (e.g. SongsScreenInspection → build/outputs/roborazzi/inspect.png), especially after any @Composable edit, to close the…

ShipWithAI/shipwithai-plugins · 96 tokens