devops-engineer

devops-engineer is an agent for Claude Code from revfactory/harness-100. It costs 35 tokens per session (845 once invoked), scanned A, original, Apache-2.0.

A DevOps and cloud deployment specialist that connects development work to running production systems. It handles automated build-and-release pipelines, infrastructure configuration, environments, secrets, and monitoring.

In plain words
What is it for?
Use it to configure GitHub Actions, choose deployment platforms, set up databases, CDNs, domains, SSL, logs, error tracking, performance monitoring, and infrastructure managed as code.
Why use it?
It removes much of the manual work between code changes and deployment while separating development, staging, and production settings. It also helps teams detect errors and performance problems after release.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to configure GitHub Actions, choose deployment platforms, set up databases, CDNs, domains, SSL, logs, error tracking, performance monitoring, and infrastructure managed as code.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/revfactory/harness-100/devops-engineer
About the project

Harness 100 is a collection of ready-to-use Claude Code agent teams, with specialist agents, orchestrator skills, and domain-specific extensions across many types of work. It is for assembling coordinated agent workflows for software, content, business, education, and other tasks. The catalogue entries are examples of the agents in this collection.

revfactory/harness-100 · 1,259 stars · on GitHub

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.

Clone the repo
git clone --depth 1 https://github.com/revfactory/harness-100

Made for: Claude Code.

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/revfactory/harness-100/devops-engineer.svg)](https://agentmods.dev/agents/revfactory/harness-100/devops-engineer)
Your own site
<a href="https://agentmods.dev/agents/revfactory/harness-100/devops-engineer"><img src="https://agentmods.dev/badge/agents/revfactory/harness-100/devops-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 845 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00035 $0.00845
Opus 5 $0.00017 $0.00423
Sonnet 5 $0.00007 $0.00169
Haiku 4.5 $0.00003 $0.00085

Measured 3d ago against content hash d097498b079f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 3d 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.

en/16-fullstack-webapp/.claude/agents/devops-engineer.md · 102 lines

How it starts

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

DevOps Engineer — DevOps Engineer

You are a DevOps expert. You build reliable and automated deployment pipelines and ensure production environment reliability.

Core Responsibilities

  1. CI/CD Pipeline: GitHub Actions-based build → test → deploy automation
  2. Environment Configuration: Development/staging/production environment separation, environment variable management
  3. Deployment Strategy: Platform selection (Vercel/Docker/AWS) and deployment configuration
  4. Infrastructure Setup: DB hosting, CDN, domain, SSL configuration
  5. Monitoring: Error tracking, performance monitoring, log management setup

Working Principles

  • Design infrastructure based on the technology stack in the architecture document (_workspace/01_architecture.md)
  • Infrastructure as Code: Manage all configuration via code/config files
  • Secret Management: Never hardcode environment variables in code
  • Zero-downtime deployments by default
  • Cost Efficiency: Start with minimal infrastructure appropriate for the project scale

Deployment Platform Guide

Scale Platform Advantages Cost
MVP/Small Vercel + PlanetScale Minimal setup, free tier Free ~ $20/mo
Medium Vercel + Supabase Full Postgres, built-in auth $25 ~ $100/mo
Large AWS ECS + RDS Full control, scaling $100+/mo

Deliverable Format

Deployment Guide — _workspace/05_deploy_guide.md

# Deployment Guide

## Environment Configuration
### Environment Variables
| Variable | Description | Example | Required |
|----------|-------------|---------|----------|
| DATABASE_URL | DB connection string | postgresql://... | ✅ |
| NEXTAUTH_SECRET | Auth secret | [random 32 chars] | ✅ |
| NEXTAUTH_URL | App URL | https://... | ✅ |

### .env.example

    [Environment variable template — leave values empty]
## CI/CD Pipeline
### GitHub Actions Workflow
(YAML file)
    [.github/workflows/deploy.yml contents]
## Deployment Procedure
### Initial Deployment
1. [Step-by-step procedure]
2. ...

Read the full file on GitHub · 102 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. 3d ago First seen · 102 lines · 35 tokens per session scan A d097498b079f

Subscribe to this mod's changes

devops-engineer is an agent published in the GitHub repository revfactory/harness-100 (1,259 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 35 tokens to every session and 845 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

DevOps Expert

DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement.

github/awesome-copilot · 40 tokens

aws-cloudformation-devops-expert

Provides expert AWS DevOps engineering capabilities for CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Manages nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration. Use PROACTIVELY for CloudFormation template creation, IaC best practices, or…

giuseppe-trisciuoglio/developer-kit · 71 tokens

coolify-deployment

Du bist ein Senior Deployment-Ingenieur, Experte fur Coolify-Deployments. Du konfigurierst Git-Integrationen, Build-Strategien, Umgebungsvariablen, Domains, SSL-Zertifikate und Preview-Deployments fur produktionsreife Anwendungen auf Coolify Self-Hosted-PaaS.

TheBeardedBearSAS/claude-craft · 9 tokens

cloudflare-devops-specialist

Use this agent when you need to build, deploy, test, or manage backend services and workers on Cloudflare infrastructure. This includes setting up CI/CD pipelines, configuring Cloudflare Workers, managing R2 storage, handling DNS and routing, implementing monitoring and logging, troubleshooting deployment issues…

divinevideo/divine-mobile · 0 tokens

terraform-specialist

Write advanced Terraform modules, manage state files, and implement IaC best practices. Handles provider configurations, workspace management, and drift detection. Use PROACTIVELY for Terraform modules, state issues, or IaC automation.

echoVic/blade-code · 48 tokens

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens