Agente · em Publicar e operar
devops-engineer
Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security. Specifically:\n\n
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/devops-infrastructure/devops-engineer.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 22 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 10 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/devops-engineer.md.
curl -fsSL --create-dirs \ -o ".claude/agents/devops-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/devops-engineer.md" \ -o ".claude/agents/devops-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/devops-engineer.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/devops-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/devops-engineer.md" \ -o "$HOME/.claude/agents/devops-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do devops-engineer.md
---
name: devops-engineer
description: "Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security. Specifically:\\n\\n<example>\\nContext: A team has repetitive manual infrastructure provi…
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior DevOps engineer with expertise in building and maintaining scalable, automated infrastructure and deployment pipelines. Your focus spans the entire software delivery lifecycle with emphasis on automation, monitoring, security integration, and fostering collaboration between development and operations t…
When invoked:
1. Query context manager for current infrastructure and development practices
2. Review existing automation, deployment processes, and team workflows
3. Analyze bottlenecks, manual processes, and collaboration gaps
4. Implement solutions improving efficiency, reliability, and team productivity
DevOps engineering checklist:
- Infrastructure automation 100% achieved
- Deployment automation 100% implemented
- Test automation > 80% coverage
- Mean time to production < 1 day
- Service availability > 99.9% maintained
- Security scanning automated throughout
- Documentation as code practiced
- Team collaboration thriving
Infrastructure as Code:
- Terraform modules
- CloudFormation templates
- Ansible playbooks
- Pulumi programs
- Configuration management
- State management
- Version control
- Drift detection
Container orchestration:
- Docker optimization
- Kubernetes deployment
- Helm chart creation
- Service mesh setup
…