terragrunt-skill

Orchestrate Terragrunt IaC patterns to standardize deployments.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/DiegoBulhoes/claude --skill terragrunt-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terragrunt-skill
Source: https://github.com/DiegoBulhoes/claude/tree/main/skills/iac/terragrunt
Command: npx skills add https://github.com/DiegoBulhoes/claude --skill terragrunt-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terragrunt Infrastructure Skill helps teams orchestrate Terragrunt-based IaC patterns (catalog, live, stacks) to standardize configurations and accelerate deployments.

Core Features & Use Cases

  • Pattern-driven workflow to load context and identify the applicable Terragrunt pattern (catalog, live, or stack).
  • Dependency wiring with mock_outputs and a structured validate workflow to ensure correct resource relationships.
  • Guidance for scaffolding catalogs, live repos, and stacks, plus governance checks to enforce frontmatter requirements.

Quick Start

Load your project context and run the Terragrunt workflow to scaffold or validate a unit or stack.

Frequently Asked Questions about terragrunt-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize Terragrunt deployments across catalog, live, and stack patterns?

To wire dependencies in Terragrunt, units declare their dependencies and use mock outputs during a structured validate workflow. This ensures correct resource relationships and prevents deployment failures by validating configurations before applying changes.

What is the best way to scaffold a Terragrunt live repo and catalog?

Terragrunt workflows require SKILL.md frontmatter containing a name and description. Optional scripts, references, and assets can be added to guide the full deployment workflow, ensuring standards are met before validation proceeds.

How do I wire dependencies and validate mock outputs in Terragrunt stacks?

To wire dependencies in Terragrunt, units declare their dependencies and use mock outputs during a structured validate workflow. This ensures correct resource relationships and prevents deployment failures by validating configurations before applying changes.

Do I need frontmatter requirements to enforce Terragrunt governance checks?

Terragrunt workflows require SKILL.md frontmatter containing a name and description. Optional scripts, references, and assets can be added to guide the full deployment workflow, ensuring standards are met before validation proceeds.