ai-infra

Generate Terraform or Bicep Infrastructure as Code for cloud providers.

54|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/arcasilesgroup/ai-engineering --skill ai-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-infra
Source: https://github.com/arcasilesgroup/ai-engineering/tree/main/.claude/skills/ai-infra
Command: npx skills add https://github.com/arcasilesgroup/ai-engineering --skill ai-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the design and generation of Infrastructure as Code (IaC) for cloud environments, ensuring safety, reproducibility, and adherence to best practices.

Core Features & Use Cases

  • IaC Generation: Creates Terraform or Bicep code for cloud resources.
  • Platform Configuration: Generates deployment configurations for platforms like Railway, Cloudflare, and Vercel.
  • Safety First: Enforces a mandatory "plan-before-apply" workflow and flags destructive changes.
  • Use Case: You need to provision a new set of microservices in Azure. This skill will generate the necessary Terraform code, including networking, compute, and database resources, along with a deployment configuration for a chosen platform.

Quick Start

Design and generate Terraform code for a new web application in AWS, ensuring all resources are tagged appropriately.

Frequently Asked Questions about ai-infra

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

FAQPage Schema
What is the safest way to generate Infrastructure as Code for cloud environments?

The safest way to generate Infrastructure as Code is by enforcing a mandatory plan-before-apply workflow and flagging destructive changes. This approach manages state remotely and minimizes blast radius during deployments for cloud providers.

How do I generate Terraform code for provisioning microservices in Azure?

To generate Terraform code for Azure microservices, you design the necessary networking, compute, and database resources. The generated Infrastructure as Code ensures reproducibility and adherence to best practices while configuring deployment settings.

Can I use Bicep to configure deployments for platforms like Railway, Cloudflare, and Vercel?

Yes, you can use Bicep or Terraform to design cloud resources and configure deployment settings for platforms like Railway, Cloudflare, and Vercel. This generates platform-specific configurations alongside your Infrastructure as Code.

Does this Infrastructure as Code generation approach work with AWS and GCP?

Yes, Infrastructure as Code generation works with AWS and GCP, alongside Azure. It designs and generates Terraform or Bicep code for these cloud providers, ensuring all resources are tagged appropriately for safe deployment.

Why do I need a plan-before-apply workflow for Terraform deployments?

You need a plan-before-apply workflow for Terraform deployments to enforce safety and minimize blast radius. This mandatory process flags destructive changes before execution, ensuring remote state management and secure cloud infrastructure provisioning.