Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin gitops-workflow-builderHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitops-workflow-builder:building-gitops-workflowsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Construct GitOps workflows using ArgoCD or Flux to implement declarative, Git-driven continuous delivery for Kubernetes. Generate Application/Kustomization manifests, configure sync policies, set up multi-environment promotion, and implement RBAC and notification integrations.
Implements GitOps continuous delivery with Argo CD or Flux: app-of-apps patterns, automated sync policies, drift detection, multi-environment promotion. For declarative Kubernetes management from Git.
Guides GitOps implementation with ArgoCD and Flux for automated Kubernetes deployments, including repo structure, sync policies, app-of-apps pattern, and secret management.
Designs Kubernetes architectures for cloud-native infrastructure, implements advanced GitOps with ArgoCD/Flux, and optimizes enterprise multi-cluster orchestration.
Share bugs, ideas, or general feedback.
Construct GitOps workflows using ArgoCD or Flux to implement declarative, Git-driven continuous delivery for Kubernetes. Generate Application/Kustomization manifests, configure sync policies, set up multi-environment promotion, and implement RBAC and notification integrations.
kubectl with admin permissionsenvironments/{dev,staging,prod}/ with Kustomize overlays or Helm values per environmentautomated.selfHeal and automated.prune for non-production; use manual sync for production| Error | Cause | Solution |
|---|---|---|
ComparisonError: Failed to load target state | Invalid manifest path or Git ref | Verify path: and targetRevision: in the Application manifest; check repo structure |
Authentication failed for repository | SSH key or token not configured or expired | Create/update the Git credentials Secret; verify deploy key has read access |
Application is OutOfSync but not syncing | Automated sync disabled or sync window closed | Enable automated: in syncPolicy or trigger manual sync with argocd app sync |
Resource already exists and is not managed | Resource created outside of GitOps | Add the argocd.argoproj.io/managed-by annotation or delete the conflicting resource |
Sync failed: health check timeout | Application pods not becoming ready after sync | Check pod logs; verify resource requests fit node capacity; increase health check timeout |
v*, update the staging manifests, and create a PR for production promotion."