tessl install github:jeremylongshore/claude-code-plugins-plus-skills --skill building-gitops-workflowsExecute use when constructing GitOps workflows using ArgoCD or Flux. Trigger with phrases like "create GitOps workflow", "setup ArgoCD", "configure Flux", or "automate Kubernetes deployments". Generates production-ready configurations, implements best practices, and ensures security-first approach for continuous deployment.
Review Score
71%
Validation Score
13/16
Implementation Score
50%
Activation Score
90%
This skill provides automated assistance for gitops workflow builder tasks.
Before using this skill, ensure:
Generates GitOps workflow configurations including:
ArgoCD Application Manifest:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-name
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/org/repo
path: manifests/prod
targetRevision: main
destination:
server: https://kubernetes.default.svc
namespace: production
syncPolicy:
automated:
prune: true
selfHeal: trueFlux Kustomization:
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: app-name
namespace: flux-system
spec:
interval: 5m
path: ./manifests/prod
prune: true
sourceRef:
kind: GitRepository
name: app-repoCommon issues and solutions:
Sync Failures
RBAC Permissions
Out of Sync State
Git Authentication
Resource Conflicts
This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.