generating-infrastructure-as-code
This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: \
How to use
Zainstaluj umiejętność w swoim środowisku Claude'a, upewniając się, że plugin infrastructure-as-code-generator jest dostępny i skonfigurowany.
Zaproś Claude'a do wygenerowania konfiguracji IaC, podając konkretne wymagania: wybierz platformę (Terraform, CloudFormation, Pulumi, ARM Templates lub CDK), docelowego dostawcę chmury (AWS, Azure, GCP) oraz rodzaj zasobów, które chcesz utworzyć.
Claude automatycznie wywoła plugin infrastructure-as-code-generator z Twoimi specyfikacjami i wygeneruje plik konfiguracyjny dostosowany do wybranej platformy.
Przejrzyj wygenerowany kod infrastruktury — Claude przedstawi go w formacie gotowym do użycia, zawierającym definicje zasobów, zmienne i best practices dla wybranej platformy.
Skopiuj kod do swojego repozytorium lub narzędzia do zarządzania infrastrukturą, a następnie wdróż zasoby przy użyciu standardowych poleceń (np. terraform apply, aws cloudformation deploy).
W razie potrzeby poproś Claude'a o modyfikacje kodu — umiejętność obsługuje iteracyjne ulepszenia konfiguracji na podstawie Twoich uwag.