gitlab-ci-patterns
gitlab ci patterns
What it does
- Automate GitLab-based CI/CD
- Implement multi-stage pipelines
- Configure GitLab Runners
- Deploy to Kubernetes from GitLab
- Implement GitOps workflows
- npm run build
- nodemodules/
Requirements & configuration
- kubectl config set-credentials admin --token="$KUBETOKEN"
Configuration: CI_REGISTRY_USERCI_REGISTRY_PASSWORDCI_REGISTRYCI_REGISTRY_IMAGECI_COMMIT_SHAKUBE_URLKUBE_TOKEN
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
gitlab-ci-patterns FAQ
What does the gitlab-ci-patterns skill do?
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment. Automate GitLab-based CI/CD Implement multi-stage pipelines
What does gitlab-ci-patterns require?
kubectl config set-credentials admin --token="$KUBETOKEN" Configuration keys: CI_REGISTRY_USER, CI_REGISTRY_PASSWORD, CI_REGISTRY, CI_REGISTRY_IMAGE, CI_COMMIT_SHA, KUBE_URL, KUBE_TOKEN.
How do I install gitlab-ci-patterns?
Run: npx -y skills add https://github.com/wshobson/agents --skill gitlab-ci-patterns --agent claude-code — the source lives at github.com/wshobson/agents.
Maintain gitlab-ci-patterns?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/wshobson-agents-gitlab-ci-patterns?ref=badge) npx agentictools info skills/wshobson-agents-gitlab-ci-patterns The second line is the CLI lookup for this page — handy in READMEs and docs.