What problem does it solve? Choosing cloud services, writing Dockerfiles, configuring Kubernetes, and setting up monitoring and CI/CD involves many decisions and boilerplate. This Skill consolidates production-oriented DevOps patterns into one reference so you can make infrastructure decisions and write configs without searching scattered documentation. ## Core Features & Use Cases - Cloud Provider Comparison: Side-by-side mapping of AWS, GCP, and Azure services plus a decision tree for picking platforms by team size and workload. - Container & Orchestration Patterns: Multi-stage Dockerfile templates, Docker Compose dev stacks, and minimal Kubernetes Deployments with probes and resource limits. - Infrastructure as Code & Observability: Terraform structure and ECS examples, monitoring decision trees (Sentry, Datadog, Prometheus/Grafana), structured logging rules, and secrets management strategies. - Use Case: You are containerizing a Node.js app and deploying it to AWS. Use this Skill to generate a multi-stage Dockerfile, a Compose file for local development, a Terraform ECS service definition, and a GitHub Actions deploy pipeline. ## Quick Start Ask the assistant to create a production Dockerfile and CI/CD pipeline for your app using the devops skill.