infra-design

Design Docker/Kubernetes/Terraform infrastructure architectures with CI/CD-ready deployment recipes for dev, staging, prod.

13|4|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/OmexIT/claude-skills-pack --skill infra-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-design
Source: https://github.com/OmexIT/claude-skills-pack/tree/main/skills/infra-design
Command: npx skills add https://github.com/OmexIT/claude-skills-pack --skill infra-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design infrastructure architectures for services and features, enabling repeatable, secure deployments at scale.

Core Features & Use Cases

  • Dockerized deployment design with multi-stage builds and non-root images for production readiness.
  • Kubernetes orchestration patterns including Deployments, StatefulSets, RBAC considerations, with resource requests/limits and probes.
  • Terraform IaC guidelines and modular structure with remote state and environment separation, plus CI/CD integration for automated delivery.
  • Use Case: A microservice that needs blue/green rollout across dev/stage/prod with quick rollback and health checks.

Quick Start

Provide a service name and target environment to generate a complete infrastructure design blueprint.

Frequently Asked Questions about infra-design

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

FAQPage Schema
How do I design scalable Kubernetes manifests for a microservice across dev, staging, and production?

Design scalable Kubernetes manifests by defining Deployments or StatefulSets with RBAC, resource requests/limits, and probes to orchestrate containers reliably across dev, staging, and production environments.

What's the best way to structure Terraform IaC modules for environment separation and CI/CD integration?

Structure Terraform IaC with modular layouts, remote state management, and environment separation to enable automated CI/CD delivery and repeatable infrastructure provisioning across multiple deployment targets.

How do I create production-ready Dockerfiles with multi-stage builds and non-root images?

Create production-ready Dockerfiles using multi-stage builds and non-root images to minimize container footprint, enforce security, and ensure operability for scalable Dockerized service deployments.

Can I generate CI/CD pipeline templates for blue/green rollouts with quick rollback and health checks?

Yes, generate CI/CD pipeline templates that orchestrate blue/green rollouts across environments, integrating health checks and quick rollback mechanisms to satisfy deployment reliability and operability requirements.

Do I need to provide a service name and target environment to generate an infrastructure design blueprint?

Yes, provide a service name and target environment as inputs to generate a complete infrastructure design blueprint producing Dockerfiles, Kubernetes manifests, Terraform modules, and CI/CD templates.

When should I not use Kubernetes orchestration patterns for my infrastructure architecture?

Avoid Kubernetes orchestration patterns when your service lacks scaling requirements, does not need multi-environment deployment separation, or when simpler container runtimes suffice without complex resource limits and probes.