This is a comprehensive reference for modern DevOps pipelines, covering GitHub Actions workflows with proper job dependencies and concurrency control, multi-stage Docker builds that follow security best practices, Kubernetes deployments with resource limits and health checks, and GitOps patterns using ArgoCD. The Helm chart structure and environment-specific values setup is solid, and the monitoring section gives you the essential Prometheus metrics to expose. It's opinionated in the right ways, like enforcing zero-downtime deploys with maxUnavailable set to 0 and running containers as non-root users. Best suited for teams standardizing their deployment practices across multiple services rather than learning these tools from scratch.
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill devops-automation