From nickcrew-claude-ctx-plugin
Guides GitOps implementations with ArgoCD and Flux for declarative Kubernetes deployments, multi-environment management, progressive delivery, and secure secrets.
npx claudepluginhub nickcrew/claude-cortexThis skill uses the workspace's default tool permissions.
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.
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.
Implements GitOps workflows using ArgoCD and Flux for declarative Kubernetes deployments with continuous reconciliation. Use when setting up GitOps, automating deployments from Git, or managing multi-cluster environments.
Implements GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments, covering setup, repo structure, sync policies, and multi-cluster management.
Share bugs, ideas, or general feedback.
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 history