DevOps and Infrastructure Excellence Skill

Generate Dockerfiles, Kubernetes configurations, and CI/CD pipelines.

472|75|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill devops-and-infrastructure-excellence-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DevOps and Infrastructure Excellence Skill
Source: https://github.com/aj-geddes/claude-code-bmad-skills/tree/main/skills/devops
Command: npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill devops-and-infrastructure-excellence-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, kubectl, helm, terraform, aws-cli, k6, trivy, safety.

What problem does it solve?

This Skill provides expert guidance and code examples for implementing robust DevOps practices, from containerization and orchestration to CI/CD and infrastructure as code. It helps users build scalable, reliable, and secure systems.

Core Features & Use Cases

  • Containerization: Best practices for Dockerfiles, Docker Compose, and container security.
  • Kubernetes Orchestration: Configuration for Deployments, Services, Ingress, ConfigMaps, Secrets, and HPA.
  • Infrastructure as Code (IaC): Terraform best practices for managing cloud resources.
  • CI/CD Pipelines: Examples for GitHub Actions and GitLab CI/CD for automated testing and deployment.
  • Use Case: Need to set up a new Kubernetes deployment for your application? Use this Skill to generate a deployment.yaml with best practices for resource limits, probes, and security contexts.

Quick Start

Generate a Dockerfile for a Node.js application using multi-stage build best practices.