ArgoCD Sync Orchestrator
Manages ArgoCD application syncs using the argocd CLI and the Argo CD REST API (v1alpha1). Supports progressive delivery with Argo Rollouts integration and automated health checks via Kubernetes readiness probes.
Manages ArgoCD application syncs using the argocd CLI and the Argo CD REST API (v1alpha1). Supports progressive delivery with Argo Rollouts integration and automated health checks via Kubernetes readiness probes.
npx skills add agentskillexchange/skills --skill argocd-sync-orchestrator
The ArgoCD Sync Orchestrator skill automates GitOps deployment workflows through the Argo CD platform. It uses the argocd CLI and REST API (v1alpha1) to manage application synchronization, health monitoring, and rollback operations.
The skill implements progressive delivery patterns by integrating with Argo Rollouts for canary and blue-green deployment strategies. It monitors Kubernetes readiness and liveness probes to verify deployment health before promoting new versions.
Key capabilities include multi-cluster sync coordination, automatic drift detection and remediation, and integration with notification services like Slack and PagerDuty for deployment status updates. The skill supports Kustomize and Helm chart rendering, manages application sets for multi-tenant environments, and handles sync waves and hooks for complex deployment ordering.