ywc-iac-author

Convert infrastructure designs into validated Terraform modules with plan verification.

8|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-iac-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ywc-iac-author
Source: https://github.com/yongwoon/ywc-agent-toolkit/tree/main/claude-code/skills/ywc-iac-author
Command: npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-iac-author

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the manual effort and risk associated with writing Infrastructure-as-Code by automating the transformation of design documents into verified Terraform modules.

Core Features & Use Cases

  • Automated IaC Generation: Converts infrastructure designs into standardized Terraform code using provider-specific best practices.
  • Verification Workflow: Automatically runs terraform validate and terraform plan to ensure code integrity before any deployment.
  • Blast-Radius Reporting: Provides a clear summary of resource changes, specifically highlighting destructive actions on stateful resources to prevent accidental data loss.

Quick Start

Use the ywc-iac-author skill to generate Terraform code based on the provided infra-design.md file.

Frequently Asked Questions about ywc-iac-author

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

FAQPage Schema
How do I convert infrastructure design specs into Terraform modules automatically?

You can convert infrastructure design specs into Terraform modules automatically by using a skill that transforms design documents into standardized, provider-specific Terraform code for cloud provisioning.

What is the best way to verify Terraform code integrity before cloud deployment?

The best way to verify Terraform code integrity before deployment is to automate a verification workflow that runs terraform validate and terraform plan to check the generated modules.

Can I get a blast-radius report for stateful resource changes when provisioning cloud infrastructure?

Yes, you can get a blast-radius report for stateful resource changes during infrastructure provisioning, which provides a clear summary of modifications and specifically highlights destructive actions to prevent accidental data loss.

Does this Infrastructure-as-Code automation support provisioning tools other than Terraform?

No, this Infrastructure-as-Code automation does not support other tools; it strictly adheres to Terraform-only IaC standards for cloud environments and requires secure state management practices.

How does blast-radius reporting work for Terraform plan verification?

Blast-radius reporting works during Terraform plan verification by summarizing the planned resource changes and flagging any destructive actions targeting stateful resources before execution.