infra-engineer

Automate multi-cloud infrastructure planning, deployment, and operations across AWS, Azure, GCP, and Cloudflare.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/brixtonpham/claude-setup --skill infra-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-engineer
Source: https://github.com/brixtonpham/claude-setup/tree/main/hub/skills/infra-engineer
Command: npx skills add https://github.com/brixtonpham/claude-setup --skill infra-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of designing, provisioning, and operating robust multi-cloud infrastructure by codifying best practices and automation patterns.

Core Features & Use Cases

  • Multi-cloud automation: Provision and manage infrastructure across AWS, Azure, GCP, and Cloudflare using IaC (Terraform/CloudFormation).
  • GitOps and CI/CD: Integrate pipelines for automated deployments, config drift prevention, and reproducible environments.
  • Cost governance and security: Implement FinOps practices, cost controls, and security hardening across platforms.

Quick Start

Run the infra-engineer workflow to bootstrap a starter environment using Terraform configurations and GitHub Actions workflows.

Frequently Asked Questions about infra-engineer

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

FAQPage Schema
How do I automate Terraform deployments across AWS, Azure, and GCP using GitOps?

Automate Terraform deployments across AWS, Azure, and GCP using GitOps by integrating infrastructure as code with CI/CD pipelines to prevent configuration drift and ensure reproducible environments.

Can I manage Kubernetes orchestration and CI/CD pipelines for multi-cloud infrastructure together?

Yes, you can manage Kubernetes orchestration and CI/CD pipelines together for multi-cloud infrastructure, automating container deployments alongside infrastructure provisioning across AWS, Azure, GCP, and Cloudflare.

What is the best way to implement FinOps cost controls across AWS, Azure, and GCP?

Implement FinOps cost controls across AWS, Azure, and GCP by codifying cost governance practices into your infrastructure as code, enabling automated cost optimization and ongoing operational monitoring.

Does this approach support infrastructure as code for Cloudflare alongside AWS and Azure?

Yes, infrastructure as code supports Cloudflare alongside AWS and Azure, allowing you to provision and manage multi-cloud infrastructure using Terraform or CloudFormation configurations.

How do I bootstrap a Terraform starter environment with GitHub Actions?

Bootstrap a Terraform starter environment with GitHub Actions by running the automated workflow, which generates base Terraform configurations and pipeline definitions to initialize reproducible multi-cloud infrastructure.

What limitations exist when preventing configuration drift in multi-cloud CI/CD pipelines?

Limitations in preventing configuration drift across multi-cloud CI/CD pipelines depend on consistent GitOps adoption; without strict repository-driven deployments, manual changes can still cause state desync across AWS, Azure, and GCP.