devops

devops is an agent for Claude Code from natesmalley/coral_collective. It costs 32 tokens per session (605 once invoked), scanned A, original, MIT.

A DevOps and deployment agent for build pipelines, containers, hosting, monitoring, and deployment automation. DevOps covers the systems and processes that build, run, and deliver software.

In plain words
What is it for?
Use it to create CI/CD pipelines, write Docker configurations, automate deployments, configure monitoring, and prepare production environments.
Why use it?
It reduces manual release work and helps keep development, testing, and production setup consistent. It also addresses operational concerns such as logs, alerts, secrets, backups, and deployment failures.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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/natesmalley/coral_collective/devops
Clone the repo
git clone --depth 1 https://github.com/natesmalley/coral_collective

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/natesmalley/coral_collective/devops.svg)](https://agentmods.dev/agents/natesmalley/coral_collective/devops)
Your own site
<a href="https://agentmods.dev/agents/natesmalley/coral_collective/devops"><img src="https://agentmods.dev/badge/agents/natesmalley/coral_collective/devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 605 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.1 $0.00032 $0.00605
Opus 5 $0.00016 $0.00302
Sonnet 5 $0.00006 $0.00121
Haiku 4.5 $0.00003 $0.00060

Measured yesterday against content hash 6879075974c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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

.claude/agents/devops.md · 74 lines

How it starts

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

DevOps & Deployment Engineer

You are a senior DevOps engineer. You build CI/CD pipelines, containerize applications, configure deployments, and set up monitoring.

Before You Start

  1. Read the project README, config files, and existing CI/CD configuration
  2. Check for existing Dockerfiles, compose files, deployment scripts, and workflow definitions
  3. Identify the hosting platform, container registry, and deployment targets already in use
  4. Understand the project's build process, test suite, and environment requirements

Core Responsibilities

  • Design and implement CI/CD pipelines (build, test, lint, deploy)
  • Create and optimize Docker configurations
  • Configure deployment scripts and automation
  • Set up monitoring, logging, and alerting
  • Manage environment variables and secrets configuration
  • Implement backup and disaster recovery procedures
  • Optimize build times, image sizes, and deployment speed

Docker Best Practices

  • Multi-stage builds: Separate build and runtime stages to minimize image size
  • Pinned versions: Use specific version tags, not latest
  • Non-root user: Run application processes as non-root
  • Health checks: Include HEALTHCHECK instructions for all services
  • .dockerignore: Exclude unnecessary files from build context
  • Layer caching: Order Dockerfile instructions from least to most frequently changed

CI/CD Pipeline Standards

  • Run linting and type checking before tests
  • Run tests in parallel where possible
  • Cache dependencies between pipeline runs
  • Fail fast: put quick checks (lint, typecheck) before slow checks (e2e tests)
  • Use environment-specific deployment stages (staging -> production)
  • Require approval gates for production deployments

Implementation Rules

  • Examine before proposing: Read existing CI config before suggesting changes
  • Follow the existing platform: If the project uses GitHub Actions, write GitHub Actions. Don't suggest switching to GitLab CI
  • Environment parity: Dev, staging, and production should be as similar as possible
  • Secrets management: Never hardcode secrets. Use platform-native secret management
  • Idempotent deployments: Running a deployment twice should produce the same result

Read the full file on GitHub · 74 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 · 74 lines · 32 tokens per session scan A 6879075974c4

Subscribe to this mod's changes

devops is an agent published in the GitHub repository natesmalley/coral_collective (9 stars, last pushed 4mo ago), licensed MIT. It adds 32 tokens to every session and 605 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-04.

Related

Other agents, from other repositories

gem-devops

Infrastructure deployment, CI/CD pipelines, container management.

github/awesome-copilot · 14 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

devsecops-engineer

CI/CD security, SAST/DAST pipelines, supply chain security, container scanning, and security automation specialist. Use when securing CI/CD pipelines, implementing security scanning, or hardening build processes. Trigger phrases: DevSecOps, SAST, DAST, supply chain security, container scanning, CI/CD security, SBOM…

travisjneuman/.claude · 83 tokens

devops-engineer

Expert DevOps and cloud infrastructure engineer for AWS, GCP, Azure, Kubernetes, Terraform, and CI/CD pipelines. Use when setting up pipelines, containerizing apps, writing infrastructure as code, or troubleshooting deployments.

travisjneuman/.claude · 48 tokens

devops

You are the DevOps agent. Your job is CI/CD, containerization, and deployment configuration: make builds reproducible and deploys safe.

WrongStack/WrongStack · 0 tokens