devops-iac-engineer

Automate cloud infrastructure design and management with Terraform/OpenTofu and GitOps workflows.

218|33|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/first-fluke/fullstack-starter --skill devops-iac-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-iac-engineer
Source: https://github.com/first-fluke/fullstack-starter/tree/main/.agents/skills/devops-iac-engineer
Command: npx skills add https://github.com/first-fluke/fullstack-starter --skill devops-iac-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams design, implement, and maintain robust cloud infrastructure using Infrastructure as Code (IaC) and DevOps/SRE best practices, reducing manual toil and misconfigurations.

Core Features & Use Cases

  • Declarative Infrastructure: Use Terraform/OpenTofu to define the desired state and automate provisioning.
  • GitOps & CI/CD: Treat changes as code with automated plan/apply pipelines and versioned deployments.
  • Observability & Security: Integrate logging, metrics, tracing, and secure secret management; define SLOs and DR strategies.
  • Architectural Guidance: Design Kubernetes clusters, container orchestration, and infrastructure patterns for reliability.

Quick Start

Prompt the AI with a concrete request to generate an IaC plan. For example:

  • Prompt: generate a Terraform/OpenTofu plan to deploy a multi-environment cloud infra (dev/stage/prod) with a Kubernetes cluster, CI/CD pipelines, and basic monitoring.

Frequently Asked Questions about devops-iac-engineer

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

FAQPage Schema
How do I automate cloud infrastructure provisioning using Terraform and GitOps?

Automate cloud infrastructure provisioning by defining declarative Terraform or OpenTofu configurations and applying changes through GitOps workflows with automated plan and apply pipelines. This reduces manual configuration and drift across environments.

Does this approach support multi-environment CI/CD pipelines for dev, staging, and production?

Yes, this approach supports multi-environment CI/CD pipelines for development, staging, and production. It treats infrastructure changes as code, using versioned deployments and automated pipelines to manage state consistently across environments.

What is the best way to integrate observability and security controls into IaC?

Integrate observability and security controls into IaC by defining logging, metrics, tracing, and secure secret management within your declarative infrastructure. This establishes SLOs and disaster recovery strategies during the provisioning process.

Can I use OpenTofu to design Kubernetes clusters and manage infrastructure drift?

Yes, you can use OpenTofu to design Kubernetes clusters, container orchestration, and broader infrastructure patterns. It defines the desired state declaratively, which automates provisioning and prevents manual configuration drift.

Do I need existing CI tools to perform automated Terraform plan and apply workflows?

Yes, you need existing CI tools to perform automated Terraform plan and apply workflows. The system integrates with your CI pipelines to execute GitOps workflows, manage secrets securely, and deploy versioned infrastructure changes.