Implements GitOps workflows using ArgoCD and Flux to automate Kubernetes deployments from Git repositories. Sets up declarative sync policies, generates application manifests with proper repository structures, and configures progressive delivery strategies like canary and blue-green deployments. Includes secret management with External Secrets Operator and Sealed Secrets to keep sensitive data out of Git. The App of Apps pattern and multi-cluster configurations make it practical for production environments. Works well when you need automated reconciliation between your Git state and cluster reality, though you'll still need to design your branching strategy and approval workflows separately.
npx skills add https://github.com/wshobson/agents --skill gitops-workflow