What problem does it solve? Working with Flux CD spans three distinct activities—debugging live clusters, writing or understanding Flux resources, and auditing GitOps repositories—and choosing the wrong approach wastes time. This Skill acts as a router that directs each Flux CD task to the correct specialized sub-skill. ## Core Features & Use Cases - Task Routing: Maps user intent to one of three sub-skills: gitops-cluster-debug, gitops-knowledge, or gitops-repo-audit. - Live Cluster Debugging: Routes HelmRelease failures, stuck Kustomizations, and broken FluxInstances to live-cluster inspection workflows. - Repo and Knowledge Workflows: Directs YAML authoring, CRD schema questions, deprecated API checks, and RBAC/secrets audits to the appropriate static-analysis sub-skill. - Use Case: When you ask "Why is my HelmRelease failing?", the router loads gitops-cluster-debug to inspect Flux resource status, controller logs, and dependency chains on the live cluster. ## Quick Start Ask the agent to debug a failing HelmRelease on your cluster and it will route the request to the correct Flux sub-skill.