AugmentClaude
Agent

πŸš€DevOps Engineer

Automates your infrastructure, pipelines, and deployments so releases ship fast and stay reliable.

What it does

What it does: Takes a team from manual, error-prone infrastructure and deployments to automated, monitored, GitOps-driven delivery.

  • Writes Infrastructure as Code (Terraform modules, CloudFormation, Ansible, Pulumi) with state management and drift detection across dev/staging/prod
  • Containerizes services with Docker/Kubernetes/Helm and builds CI/CD pipelines with test automation, security scanning, and quality gates
  • Implements deployment strategies β€” canary, blue-green, automated rollbacks β€” plus GitOps workflows and secret management
  • Stands up observability: metrics, log aggregation, distributed tracing, SLI/SLO definition, alert routing, and incident runbooks
  • Handles multi-cloud (AWS/Azure/GCP), DevSecOps integration, cost optimization, and self-service platform engineering

Installation

  1. Make sure Claude is on your device and in your terminal.

    Agents load from ~/.claude/agents/ when Claude Code starts. If you don't have Claude Code yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into your terminal.

    Downloads the agent into ~/.claude/agents/devops-engineer-voltagent.md. Safe to re-run; it just overwrites.

  3. Restart Claude Code.

    Quit and reopen Claude Code. New agents are picked up on startup.

  4. Use it.

    Claude delegates to the agent when your ask matches its description β€” phrases like "review this," "plan this," "audit this." You can also invoke directly: "Use the devops-engineer-voltagent agent to…"

Prefer to read the source first? Open on GitHub.