infrastructure

Provision Kubernetes clusters with Terraform and automate deployments via GitHub Actions pipelines.

1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-software-architect --skill infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure
Source: https://github.com/pluginagentmarketplace/custom-plugin-software-architect/tree/main/skills/infrastructure
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-software-architect --skill infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenges of building, deploying, and managing scalable and reliable cloud infrastructure, automating complex DevOps tasks, and ensuring application uptime and security. It provides a structured path to mastering modern infrastructure as code and cloud platforms.

Core Features & Use Cases

  • Cloud & Container Mastery: Learn Docker, Kubernetes, and major cloud platforms (AWS, GCP, Azure).
  • Infrastructure as Code (IaC): Automate infrastructure provisioning with Terraform and Ansible.
  • CI/CD Pipelines: Build robust continuous integration and deployment workflows for rapid, reliable releases.
  • Use Case: You need to deploy a new microservices application to the cloud. Use this skill to define your Kubernetes cluster with Terraform, containerize your services with Docker, and set up a GitHub Actions pipeline for automated deployment, ensuring a smooth, repeatable process.

Quick Start

Provide a Dockerfile for a Node.js application that uses a multi-stage build for efficiency.