From nickcrew-claude-ctx-plugin
Guides GitOps workflows using ArgoCD and Flux for declarative Kubernetes deployments, CI/CD automation, and multi-environment management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nickcrew-claude-ctx-plugin:gitops-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert guidance for implementing production-grade GitOps workflows using ArgoCD and Flux CD, covering declarative deployment patterns, progressive delivery strategies, multi-environment management, and secure secret handling for Kubernetes infrastructure.
Expert guidance for implementing production-grade GitOps workflows using ArgoCD and Flux CD, covering declarative deployment patterns, progressive delivery strategies, multi-environment management, and secure secret handling for Kubernetes infrastructure.
| Task | Load reference |
|---|---|
| GitOps principles and benefits | skills/gitops-workflows/references/core-principles.md |
| Repository structure patterns (monorepo, multi-repo, branches) | skills/gitops-workflows/references/repository-structures.md |
| ArgoCD setup, Applications, ApplicationSets | skills/gitops-workflows/references/argocd-implementation.md |
| Flux bootstrap, sources, Kustomizations, HelmReleases | skills/gitops-workflows/references/flux-implementation.md |
| Environment promotion strategies | skills/gitops-workflows/references/environment-promotion.md |
| Secret management (Sealed Secrets, ESO, SOPS) | skills/gitops-workflows/references/secret-management.md |
| Progressive delivery (canary, blue-green) | skills/gitops-workflows/references/progressive-delivery.md |
| Rollback strategies and disaster recovery | skills/gitops-workflows/references/rollback-strategies.md |
| Best practices and patterns | skills/gitops-workflows/references/best-practices.md |
Decision factors:
Options:
ArgoCD:
Flux:
Never commit unencrypted secrets to Git
Options:
Non-production environments:
prune and selfHealProduction environments:
Promotion strategies:
For high-risk changes:
Git rollback:
git revert for specific commitsTool-specific:
argocd app rollback with revision history2plugins reuse this skill
First indexed Jul 7, 2026
npx claudepluginhub nickcrew/claude-cortexImplement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments. Use when setting up GitOps practices or automating Kubernetes deployments.
Sets up GitOps workflows using ArgoCD or Flux to automate declarative Kubernetes deployments with continuous reconciliation.
Constructs GitOps workflows using ArgoCD or Flux for Kubernetes. Generates manifests, sync policies, multi-environment promotion, RBAC, notifications, and CI updates for secure continuous deployment.