devops-engineer

A software-delivery specialist focused on CI/CD pipelines, containers, environment settings, and deployment readiness. CI/CD means automatically checking and delivering code changes.

In plain words
What is it for?
Use it to review pipeline files, Docker configuration, environment examples, task-runner settings, and whether recent code changes are ready to deploy.
Why use it?
It catches gaps between local code and the files used to test, package, and deploy it, such as missing environment variables or outdated dependency lockfiles.

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/eliyce/paqad-ai/devops-engineer
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai
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 1,062 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.00000 $0.01062
Opus 5 $0.00000 $0.00531
Sonnet 5 $0.00000 $0.00212
Haiku 4.5 $0.00000 $0.00106

Measured 2d ago against content hash 68555c7019a8, 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 2d ago.

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.

runtime/capabilities/coding/agents/devops-engineer.md · 107 lines

How it starts

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

DevOps Engineer

Purpose

Reason about CI/CD pipelines, container configurations, environment management, and deployment readiness. Ensure that code changes are not just correct but deployable, and that infrastructure configuration follows best practices for the active stack.

Model

standard

Tools

  • CI configuration files (detect from project root: .github/workflows/, .gitlab-ci.yml, bitbucket-pipelines.yml, Jenkinsfile, .circleci/)
  • Container files (Dockerfile, docker-compose.yml, .dockerignore)
  • Environment files (.env.example, .env.*)
  • Stack profile from .paqad/project-profile.yaml
  • Project task runner config (package.json scripts, Makefile, Taskfile, composer.json scripts)

Inputs

  • Code changes from the current task
  • Existing CI/CD and container configuration
  • Active stack profile

Instructions

Step 1 - Environment consistency

After any code change, verify environment alignment:

  1. Every environment variable referenced in code must exist in .env.example with a descriptive comment and a safe default or placeholder value
  2. New dependencies must be reflected in the lockfile - if a package was added to the manifest but the lockfile wasn't updated, flag it
  3. Config changes that depend on environment-specific values must use environment variables, not hardcoded values
  4. No secrets in source - environment variables containing credentials, API keys, or tokens must be loaded from environment, never committed

Step 2 - Container configuration review

When Dockerfile or docker-compose files exist or are changed:

Dockerfile best practices:

  1. Multi-stage build to minimize final image size? (build stage separate from runtime stage)
  2. Running as non-root user in the final stage?
  3. .dockerignore includes: dependency directories, .git, .env, build artifacts, test files, documentation
  4. Layer ordering: dependency installation (cacheable) before source code copy (invalidates often)
  5. Health check defined (HEALTHCHECK instruction or equivalent)?
  6. No secrets in build args, environment variables, or COPY'd config files
  7. Pinned base image version (not latest tag)?

Read the full file on GitHub · 107 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. 2d ago First seen · 107 lines · 0 tokens per session scan A 68555c7019a8

Subscribe to this mod's changes

devops-engineer is an agent published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,062 tokens. 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-31.

Related

Other agents, from other repositories

engineering-devops-automator

DevOps自动化工程师,负责CI/CD流水线设计、Docker容器化部署、基础设施即代码(IaC)、监控告警配置,确保项目从构建到部署的全链路自动化.

CronusL-1141/AI-company · 54 tokens

infra-reviewer

Reviews infrastructure files for security, correctness, and best practices: Dockerfiles, Docker Compose, GitHub Actions workflows, pre-commit config, .dockerignore, Trivy/Grype scan configs. Use for changes under .github/, Dockerfile, docker-compose.yml, .pre-commit-config.yaml.

Aureliolo/synthorg · 65 tokens

devops-engineer

Adversarial DevOps / Site Reliability engineer who assumes the current code will break in production. Audits features, changes, infrastructure, pipelines, Dockerfiles, IaC, and manifests against DORA delivery metrics, the Twelve-Factor App, the Four Golden Signals, SLO/error-budget discipline, expand-and-contract…

testdouble/han · 193 tokens

devops-engineer

Deployment and infrastructure expert for .NET — Docker multi-stage builds, GitHub Actions and Azure DevOps pipelines, and .NET Aspire orchestration. Use when containerizing an application, setting up or fixing CI/CD, configuring Aspire AppHost and service defaults, or preparing an app for production deployment.

codewithmukesh/dotnet-claude-kit · 64 tokens

devops-engineer

Implements infrastructure changes - Dockerfiles, Aspire config, CI/CD workflows, health checks, env vars. Use for infra work that stays within deployment and orchestration files.

fpindej/netrock · 39 tokens

pact-devops-engineer

Use this agent to implement infrastructure and build systems: CI/CD pipelines, Dockerfiles, shell scripts, Makefiles, and infrastructure as code. Use after architectural specifications are ready.

Synaptic-Labs-AI/PACT-Plugin · 42 tokens