
fluxcd/agent-skills
3 skills1.5k installs606 starsGitHub
Install
npx skills add https://github.com/fluxcd/agent-skillsSkills in this repo
1Gitops KnowledgeA Flux CD and Flux Operator knowledge base that answers GitOps concepts and produces correct, schema-validated manifests for all Flux CRDs. A developer uses it for Flux repo structure, bootstrap, multi-tenancy, OCI delivery, image automation, or drift detection guidance.549installs2Gitops Cluster Debuggitops-cluster-debug is a Flux CD agent skill for debugging GitOps pipelines on live Kubernetes clusters through the flux-operator-mcp server. It inspects FluxInstance readiness, controller deployments, HelmRelease and Kustomization status conditions, ResourceSet input providers, artifact sources, managed resource inventories, and pod logs. Five structured debugging workflows cover installation health checks, HelmRelease tracing, Kustomization tracing, ResourceSet dependency analysis, and Kubernetes log analysis. The skill indexes 17 Flux CRD OpenAPI schemas—from FluxInstance and ResourceSet through GitRepository, HelmRelease v2, and ImageUpdateAutomation—and produces markdown reports with summary, dependency chains, root cause evidence, and prioritized remediation steps. Developers reach for gitops-cluster-debug when Flux resources report Not Ready, reconciliation errors, artifact pull failures, or controller crashloops on production clusters.533installs3Gitops Repo Auditgitops-repo-audit is an Apache-2.0 agent skill from the fluxcd/agent-skills collection that audits local Flux CD GitOps repositories without touching live clusters. It runs a six-phase workflow—discovery, manifest validation with kubeconform, API compliance, best-practices checks, security review, and report generation—requiring awk, git, kustomize, kubeconform, flux, and yq. The skill classifies findings as Critical, Warning, or Info and covers secrets management, source authentication, RBAC, and multi-tenancy. Developers reach for gitops-repo-audit before merging manifest changes, onboarding an unfamiliar repo, or re-validating only changed files. It complements gitops-knowledge and gitops-cluster-debug in the same three-skill Flux CD toolkit.369installs