infra-agent

Generate Terraform, CloudFormation, or Pulumi configurations for AWS, GCP, and Azure deployments.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/Unicorn/Radium --skill infra-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-agent
Source: https://github.com/Unicorn/Radium/tree/main/skills/deployment/infra-agent
Command: npx skills add https://github.com/Unicorn/Radium --skill infra-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual, error-prone work of designing and writing infrastructure as code by producing consistent, documented, and secure IaC configurations for cloud and on-premise deployments, accelerating provisioning and reducing deployment risk.

Core Features & Use Cases

  • Multi-platform IaC generation: Produce Terraform, CloudFormation, or Pulumi configurations tailored to AWS, GCP, Azure, or on-premise targets.
  • Architecture and resource design: Design VPCs, subnets, compute clusters, managed databases, load balancers, networking, and storage with scalability and availability in mind.
  • Security and operations: Configure security groups, IAM roles and policies, encryption, monitoring, and logging with secure defaults and compliance considerations.
  • Modularity and environments: Create reusable modules, variable-driven multi-environment setups, outputs, and documentation for staging and production workflows.
  • Use Case: Translate an application architecture into a complete Terraform codebase that provisions an ECS cluster, RDS Postgres instance, an application load balancer, and a multi-subnet VPC with secure networking.

Quick Start

Generate a Terraform configuration for a web API requiring an ECS cluster, RDS Postgres, an application load balancer, and a VPC with public and private subnets.

Frequently Asked Questions about infra-agent

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

FAQPage Schema
How do I generate Terraform configurations for AWS ECS and RDS?

Generate Terraform configurations by defining an ECS cluster, RDS Postgres instance, application load balancer, and a multi-subnet VPC with secure networking. The generated infrastructure as code includes modular reusable modules, variables, outputs, and deployment documentation.

Can I create infrastructure as code for Azure and GCP deployments?

Yes, you can create infrastructure as code for Azure and GCP deployments. The generated configurations provision compute, networking, storage, security, and monitoring resources across development, staging, and production environments with secure defaults.

What is the best way to manage multi-environment Terraform setups?

The best way to manage multi-environment setups is using variable-driven configurations with reusable modules. This approach provisions staging and production environments idempotently, applying consistent security groups, IAM roles, and encryption defaults.

Does this infrastructure as code generator support Pulumi and CloudFormation?

Yes, this infrastructure as code generator supports Pulumi and CloudFormation alongside Terraform. It produces declarative configurations tailored to your chosen cloud platform or on-premise targets with modularity and secure defaults.

How do I provision secure VPCs and IAM roles using infrastructure as code?

Provision secure VPCs and IAM roles by generating declarative configurations that define subnets, security groups, IAM policies, and encryption. The infrastructure as code applies secure defaults and compliance considerations for production readiness.

Why use generated modules for infrastructure as code instead of manual configuration?

Generated modules remove manual, error-prone work by producing consistent, documented infrastructure as code. This accelerates provisioning and reduces deployment risk by ensuring idempotency and secure defaults across cloud platforms.