Solid collection of GitLab CI patterns that covers the essentials without getting lost in edge cases. The Docker build examples handle registry authentication properly, the multi-environment deployment uses YAML anchors to avoid repetition, and the caching configurations actually make sense for real projects. The Terraform pipeline includes the validation and manual approval gates you'd want in production. Security scanning integration uses both GitLab's built-in templates and Trivy for container scanning. The dynamic child pipeline example is genuinely useful for monorepos where you need different pipelines based on what changed.
npx skills add https://github.com/wshobson/agents --skill gitlab-ci-patterns