This is a practical DevOps toolkit that generates CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and CircleCI, scaffolds Terraform modules with proper state configuration, and manages Kubernetes deployments with canary, blue-green, and rolling strategies. The docs are thorough, walking through multi-stage Dockerfiles with health checks, Kubernetes probe configurations, and drift detection workflows. I like the deployment strategy comparison table and the canary promotion ladder with automated rollback thresholds. The pipeline design principles (fail fast, cache aggressively, immutable artifacts) are solid fundamentals. If you're tired of rewriting the same deployment patterns, the Python tools handle the boilerplate so you can focus on the specifics of your infrastructure.
npx skills add https://github.com/borghei/claude-skills --skill senior-devops