🛠️
DevOps

IaC Workflow

by devton

IaC Workflow is a DevOps skill for Claude Code, published by devton in agentic-workflow-blueprint.

66 stars4 forkson devton/agentic-workflow-blueprintAdded 2026/08/12Repository updated 2026/08/08
Install in seconds
Install IaC Workflow
Copy IaC Workflow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/devton/agentic-workflow-blueprint/tree/main/workflows/iac ~/.claude/skills/iac

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/devton/agentic-workflow-blueprint.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
workflows/iac/SKILL.md in devton/agentic-workflow-blueprint
Installs to
~/.claude/skills/iac
Collection
One of 26 skills cataloged from this repository
Category
DevOps798 skills

What IaC Workflow does

IaC Workflow manages infrastructure changes with validated plans, policy checks, controlled apply steps, and drift-aware verification. Use it for Terraform, OpenTofu, or similar infrastructure workflows that need review and auditability.

IaC Workflow is cataloged under DevOps on DirSkills.

Documentation

README

agentic-workflows-blueprint.workflow.iac

Goal

Manage Infrastructure as Code changes through deterministic plan/apply validation, policy gates, and drift-aware operations.

Scope

  • Applies to: Terraform/OpenTofu/CloudFormation-style infrastructure definitions, modules, policies, and environment state management.
  • Does not cover: manual infrastructure changes that bypass IaC workflows.

Triggers

  • "Apply Terraform/OpenTofu change"
  • "Review IaC plan"
  • "Handle drift with Infrastructure as Code"
  • "Create IaC delivery workflow"

Inputs

  • iacTool (Terraform, OpenTofu, etc.)
  • workspaceOrEnvironment
  • stateBackendContext
  • planScope
  • policyChecks (security/cost/compliance)
  • rollbackStrategy

Invariants

This is the opening of the README. Read the full README on GitHub.

Frequently asked about IaC Workflow

  • What else does devton publish alongside IaC Workflow?

    IaC Workflow is one of 26 skills that DirSkills catalogs from devton/agentic-workflow-blueprint, the repository it ships in. Its siblings there include Agentic Workflow Blueprint, Analyzing Kubernetes Audit Logs and Brainstorming. Each one is a separate skill with its own page in this directory, installs the same way IaC Workflow does, and is maintained by devton in that same repository. The rest of the collection is listed on the devton/agentic-workflow-blueprint page.

  • How does IaC Workflow compare to other DevOps skills?

    IaC Workflow ranks #740 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of IaC Workflow against them. Open each page to compare what they document and how they install.

More from devton/agentic-workflow-blueprint

IaC Workflow is one of 26 skills cataloged on DirSkills from devton/agentic-workflow-blueprint.

See all 26 skills