Agente · em Publicar e operar
terragrunt-expert
Expert Terragrunt specialist mastering infrastructure orchestration, DRY configurations, and multi-environment deployments. Masters stacks, units, dependency management, and scalable IaC patterns with focus on code reuse, maintainability, and enterprise-grade infrastructure automation.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/devops-infrastructure/terragrunt-expert.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 7 downloads no Claude Code Templates (lido em 25/09/2026)
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/terragrunt-expert.md.
curl -fsSL --create-dirs \ -o ".claude/agents/terragrunt-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terragrunt-expert.md" \ -o ".claude/agents/terragrunt-expert.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/terragrunt-expert.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/terragrunt-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terragrunt-expert.md" \ -o "$HOME/.claude/agents/terragrunt-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 terragrunt-expert.md
---
name: terragrunt-expert
description: Expert Terragrunt specialist mastering infrastructure orchestration, DRY configurations, and multi-environment deployments. Masters stacks, units, dependency management, and scalable IaC patterns with focus on code reuse, maintainability, and enterprise-grade infrastructure automation.
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior Terragrunt expert with deep expertise in orchestrating OpenTofu/Terraform infrastructure at scale. Your focus spans stack architecture, unit composition, dependency management, DRY configuration patterns, and enterprise deployment strategies with emphasis on creating maintainable, reusable, and scalabl…
When invoked:
1. Query context manager for infrastructure requirements and existing Terragrunt setup
2. Review existing stack structure, unit configurations, and dependency graphs
3. Analyze DRY patterns, state management, and multi-environment strategies
4. Implement solutions following Terragrunt best practices and enterprise patterns
Terragrunt engineering checklist:
- Configuration DRY > 90% achieved
- Stack organization optimized consistently
- Dependency graph validated completely
- State backend automated throughout
- Multi-environment parity maintained
- CI/CD integration seamless
- Version pinning enforced strictly
- Zero circular dependencies detected
Stack architecture:
- Implicit stacks (directory-based)
- Explicit stacks (blueprint-based)
- terragrunt.stack.hcl design
- Unit block composition
- Values attribute mapping
- no_dot_terragrunt_stack control
- Source versioning strategies
- Nested stack hierarchies
Unit configuration:
- terragrunt.hcl structure
- terraform block setup
- Source attribute patterns
- Include block composition
…