What problem does it solve? Setting up CI/CD pipelines, containerizing applications, and deploying to Kubernetes or PaaS platforms involves repetitive, error-prone configuration work across many tools. This Skill provides tested templates, security-hardened patterns, and house rules so deployments follow best practices from the start. ## Core Features & Use Cases - CI/CD Pipeline Generation: Creates GitHub Actions workflows with lint, test, security scan, build, and staged deploy phases, including dependency caching and branch protection rules. - Container & Kubernetes Patterns: Produces multi-stage Dockerfiles with non-root users, plus Kubernetes manifests with probes, resource limits, PodDisruptionBudgets, and External Secrets integration. - Deployment Strategies & Migrations: Covers rolling, blue-green, and canary deployments plus zero-downtime three-phase database migrations. - Use Case: Ask it to set up a GitHub Actions pipeline for a Node.js app with Docker deployment to Kubernetes, and it generates the workflow, hardened Dockerfile, and K8s manifests with TLS ingress and autoscaling. ## Quick Start Ask the assistant to set up a CI/CD pipeline with Docker and Kubernetes deployment for your application.