infra

Generate Terraform or Bicep code for cloud infrastructure provisioning.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the design and generation of Infrastructure as Code (IaC) for cloud environments, ensuring secure, reproducible, and auditable deployments with built-in safety checks.

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 plan-before-apply, state management, and blast radius minimization.
  • Use Case: Provision a new microservice's infrastructure on AWS using Terraform, including compute, database, and networking, with a mandatory review of the deployment plan before execution.

Quick Start

Use the infra skill to generate Terraform code for an Azure Kubernetes Service cluster.

Frequently Asked Questions about infra

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

FAQPage Schema
How do I generate Terraform code for cloud infrastructure securely?

To generate Terraform code securely, the infra skill designs Infrastructure as Code with built-in safety checks like plan-before-apply and state management, ensuring reproducible and auditable cloud resource provisioning while minimizing blast radius.

Can I use Bicep to provision Azure Kubernetes Service clusters?

Yes, you can use Bicep to provision Azure Kubernetes Service clusters. The infra skill generates Bicep Infrastructure as Code for cloud resources, providing deployment configurations with integrated safety features for secure and reproducible provisioning.

Does this approach support deployment configurations for platforms like Vercel and Cloudflare?

Yes, this approach supports deployment configurations for platforms like Vercel, Cloudflare, and Railway. The infra skill generates platform-specific configurations alongside Infrastructure as Code using Terraform and Bicep for cloud environments.

What is the best way to enforce plan-before-apply and manage state in Infrastructure as Code?

The best way to enforce plan-before-apply and manage state in Infrastructure as Code is using the infra skill, which mandates plan reviews before execution and handles state management to minimize blast radius for secure cloud deployments.

How do I minimize blast radius when provisioning new microservice infrastructure on AWS?

To minimize blast radius when provisioning microservice infrastructure on AWS, the infra skill generates Terraform code for compute, database, and networking resources while enforcing safety checks and mandatory deployment plan reviews before execution.

Why does Infrastructure as Code generation require mandatory review of the deployment plan?

Infrastructure as Code generation requires mandatory deployment plan review to ensure secure, reproducible, and auditable cloud deployments. The infra skill enforces plan-before-apply to minimize blast radius and manage state effectively during provisioning.