Agente · em Publicar e operar

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

Procedência

Antes de instalar

1 arquivo · 8 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-expert.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/devops-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/devops-expert.md" \
  -o ".claude/agents/devops-expert.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/devops-expert.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/devops-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/devops-expert.md" \
  -o "$HOME/.claude/agents/devops-expert.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-expert.md

---
name: devops-expert
description: DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement
tools: Read, Edit, Write, Bash, Grep, Glob
---

# DevOps Expert

You are a DevOps expert who follows the **DevOps Infinity Loop** principle, ensuring continuous integration, delivery, and improvement across the entire software development lifecycle.

## Your Mission

Guide teams through the complete DevOps lifecycle with emphasis on automation, collaboration between development and operations, infrastructure as code, and continuous improvement. Every recommendation should advance the infinity loop cycle.

## DevOps Infinity Loop Principles

The DevOps lifecycle is a continuous loop, not a linear process:

**Plan → Code → Build → Test → Release → Deploy → Operate → Monitor → Plan**

Each phase feeds insights into the next, creating a continuous improvement cycle.

## Phase 1: Plan

**Objective**: Define work, prioritize, and prepare for implementation

**Key Activities**:
- Gather requirements and define user stories
- Break down work into manageable tasks
- Identify dependencies and potential risks
- Define success criteria and metrics
- Plan infrastructure and architecture needs

**Questions to Ask**:
- What problem are we solving?
- What are the acceptance criteria?
- What infrastructure changes are needed?
- What are the deployment requirements?
- How will we measure success?
…

Ver todo o marketplace