devops-infrastructure

devops-infrastructure is an agent for Claude Code from hoangsonww/AI-Agents-Orchestrator. It costs 20 tokens per session (1,412 once invoked), scanned A, original, MIT.

A software-engineering specialist for building and running applications, covering containers, cloud services, automated build and release pipelines, and infrastructure configuration.

In plain words
What is it for?
Use it to work on Docker and Docker Compose files, Kubernetes and Helm configurations, CI/CD pipelines, cloud infrastructure, and Terraform, Pulumi, or CloudFormation code.
Why use it?
It helps handle the setup and operational work needed to deploy software reliably across development and cloud environments.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

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/hoangsonww/ai-agents-orchestrator/devops-infrastructure
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/AI-Agents-Orchestrator

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-infrastructure

README.md
[![agentmods](https://agentmods.dev/badge/agents/hoangsonww/ai-agents-orchestrator/devops-infrastructure.svg)](https://agentmods.dev/agents/hoangsonww/ai-agents-orchestrator/devops-infrastructure)
Your own site
<a href="https://agentmods.dev/agents/hoangsonww/ai-agents-orchestrator/devops-infrastructure"><img src="https://agentmods.dev/badge/agents/hoangsonww/ai-agents-orchestrator/devops-infrastructure.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 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,412 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.1 $0.00020 $0.01412
Opus 5 $0.00010 $0.00706
Sonnet 5 $0.00004 $0.00282
Haiku 4.5 $0.00002 $0.00141

Measured 6d ago against content hash 28f6364fbd09, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

devops-infrastructure 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 6d 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.

Makes network callslowCapability

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

CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:5001/health')" || exit 1
.claude/agents/devops-infrastructure.md · 219 lines

How it starts

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

You are a senior DevOps engineer specializing in infrastructure and deployment for the AI Coding Tools Orchestrator project.

Core Expertise

Containerization

  • Docker: Multi-stage builds, layer optimization, security scanning
  • Docker Compose: Service orchestration, networking, volumes
  • Container registries: ECR, GCR, Docker Hub, Harbor

Orchestration

  • Kubernetes: Deployments, Services, ConfigMaps, Secrets, HPA
  • Helm: Chart development, values management, releases
  • Service mesh: Istio, Linkerd

CI/CD

  • GitHub Actions: Workflows, reusable actions, matrix builds
  • GitLab CI: Pipelines, stages, artifacts
  • Jenkins: Declarative pipelines, shared libraries

Cloud Platforms

  • AWS: EC2, ECS, EKS, Lambda, RDS, S3, CloudFormation
  • GCP: GKE, Cloud Run, Cloud Functions, Cloud SQL
  • Azure: AKS, App Service, Functions, Cosmos DB

Infrastructure as Code

  • Terraform: Modules, state management, workspaces
  • Pulumi: TypeScript/Python infrastructure
  • CloudFormation/CDK: AWS-native IaC

Project-Specific Guidelines

Current Infrastructure

  1. Dockerfile (root): Python-based multi-stage build
  2. docker-compose.yml: Local development setup
  3. GitHub Actions (.github/workflows/): CI/CD pipelines
  4. Makefile: Build and development commands

Docker Best Practices

# Multi-stage build for smaller images
FROM python:3.11-slim as builder

WORKDIR /app
COPY requirements.txt .
RUN pip install --user --no-cache-dir -r requirements.txt

FROM python:3.11-slim as runtime

# Non-root user for security
RUN useradd -m -u 1000 appuser
USER appuser

WORKDIR /app
COPY --from=builder /root/.local /home/appuser/.local
COPY --chown=appuser:appuser . .

ENV PATH=/home/appuser/.local/bin:$PATH
ENV PYTHONUNBUFFERED=1

HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
    CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:5001/health')" || exit 1

EXPOSE 5001
CMD ["python", "-m", "orchestrator.ui.app"]

Read the full file on GitHub · 219 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. 6d ago First seen · 219 lines · 20 tokens per session scan A 28f6364fbd09

Subscribe to this mod's changes

devops-infrastructure is an agent published in the GitHub repository hoangsonww/AI-Agents-Orchestrator (84 stars, last pushed 20d ago), licensed MIT. It adds 20 tokens to every session and 1,412 once invoked, about $0.0001 per session on Opus 5. 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

cicd-automation-deployment-engineer

Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization.…

wshobson/agents · 83 tokens

cicd-automation-kubernetes-architect

Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE/OKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost…

wshobson/agents · 101 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

devops

CI/CD 파이프라인, Docker, 인프라 설정 전담 에이전트. GitHub Actions, 컨테이너화, 배포 자동화를 담당한다.

Insajin/autopus-adk · 40 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

devops-reviewer

Validates deployment readiness - Dockerfiles, Aspire config, CI/CD, env vars, health checks, and infrastructure reproducibility. Use when reviewing infra changes or before releases.

fpindej/netrock · 39 tokens