If you're managing GitLab pipelines and tired of reinventing the same patterns, this gives you battle-tested templates for the common stuff: multi-stage builds, Docker image publishing, Kubernetes deployments, and Terraform workflows. The examples are specific and production-ready, covering things like proper caching strategies, manual deployment gates for production, and security scanning with Trivy. It includes both basic pipeline structures and more advanced patterns like dynamic child pipelines and multi-environment deployments with YAML anchors. One honest take: the templates assume you already understand GitLab CI fundamentals, so this is more reference material than tutorial. Best used when you know what you need but don't want to write it from scratch for the hundredth time.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill gitlab-ci-patterns