design-infrastructure

Generate Kubernetes manifests and IaC configurations for multi-cloud infrastructure designs.

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill design-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-infrastructure
Source: https://github.com/wfukatsu/architecture-redesign-agent/tree/main/.claude/skills/design-infrastructure
Command: npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill design-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the design and generation of Kubernetes manifests and IaC configurations across AWS, Azure, GCP, and OpenShift, streamlining multi-cloud infrastructure planning.

Core Features & Use Cases

  • Kubernetes manifests generation: base and environment-specific overlays using Kustomize, with support for dev/stage/prod separation.
  • IaC configuration generation: Terraform / Pulumi / CloudFormation outputs for cloud resources, including VPCs, clusters, databases.
  • OpenShift resources: generation of Routes, SCCs, and Operator patterns where applicable.
  • ScalarDB helm values: environment-aware Helm values for ScalarDB cluster deployment.
  • Documentation generation: architecture diagrams and deployment guides from the design inputs.

Quick Start

Specify your target cloud provider, Kubernetes platform, and IaC choice to generate end-to-end infrastructure design artifacts and deployment-ready configurations.

Frequently Asked Questions about design-infrastructure

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

FAQPage Schema
How do I generate Kubernetes manifests and IaC configurations for a multi-cloud deployment?

To generate Kubernetes manifests and IaC configurations, specify your target cloud provider, Kubernetes platform, and IaC choice. The tool outputs base manifests, environment-specific overlays, and Terraform or CloudFormation templates for production-ready multi-cloud infrastructure.

Can I use Kustomize overlays for dev, stage, and prod environment separation in Kubernetes?

Yes, Kustomize supports dev, stage, and prod environment separation by generating base manifests alongside environment-specific overlays. This ensures consistent configuration management across distinct deployment stages within your Kubernetes clusters.

Does this approach work with OpenShift Routes, SCCs, and Operator patterns?

Yes, the design generation supports OpenShift environments by producing specific OpenShift resources including Routes, Security Context Constraints, and Operator patterns alongside standard Kubernetes manifests for your infrastructure blueprints.

What is the best way to design production-ready Terraform and Pulumi templates for cloud resources?

The best way to design production-ready Terraform and Pulumi templates is to define your target cloud provider and required resources. The tool generates IaC configurations for VPCs, clusters, and databases across AWS, Azure, and GCP.

How do I create environment-aware Helm values for ScalarDB cluster deployments?

You create environment-aware Helm values for ScalarDB by specifying your deployment targets within the design inputs. The generator produces tailored Helm values that align with your dev, stage, and prod environment configurations.

Can I generate architecture diagrams and deployment guides alongside my infrastructure code?

Yes, documentation generation produces architecture diagrams and deployment guides directly from your design inputs. This outputs comprehensive documentation to accompany your Kubernetes manifests and IaC templates.