> 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 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 includ
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/infrastructure-as-code-generator?format=md"Overview
This skill empowers Claude to automate the creation of infrastructure code, streamlining the deployment and management of cloud resources. It supports multiple IaC platforms and cloud providers, ensuring flexibility and best practices.
How It Works
- Receiving Request: Claude receives a request for IaC generation, identifying the desired platform and cloud provider.
- Invoking Plugin: Claude invokes the infrastructure-as-code-generator plugin with the user's specifications.
- Generating Code: The plugin generates the requested IaC configuration based on the user's requirements.
- Presenting Code: Claude presents the generated IaC code to the user for review and deployment.
When to Use This Skill
This skill activates when you need to:
- Generate Terraform configurations for AWS, GCP, or Azure.
- Create CloudFormation templates for AWS infrastructure.
- Develop Pulumi programs for multi-cloud deployments.
Examples
Example 1: AWS ECS Fargate Infrastructure
User request: "Generate Terraform configuration for an AWS ECS Fargate cluster."
The skill will:
- Invoke the infrastructure-as-code-generator plugin, specifying Terraform and AWS ECS Fargate.
- Generate a Terraform configuration file defining the ECS cluster, task definition, and related resources.
Example 2: Azure Resource Group Deployment
User request: "Create an ARM template for deploying an Azure Resource Group with a virtual network."
The skill will:
- Invoke the infrastructure-as-code-generator plugin, specifying ARM template and Azure Resource Group.
- Generate an ARM template defining the resource group and virtual network resources.
Best Practices
- Specificity: Provide clear and specific requirements for the desired infrastructure.
- Platform Selection: Choose the appropriate IaC platform based on your cloud provider and organizational standards.
- Review & Validation: Always review and validate the generated IaC code before deploying it to production.
Integration
This skill can be integrated with other Claude Code plugins for deployment automation, security scanning, and cost estimation, providing a comprehensive DevOps workflow. For example, it can be used with a deployment plugin to automatically deploy the generated infrastructure.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.