What problem does it solve? Manually checking Kubernetes cluster health with static checklists misses installed operators, produces stale diagnostics, and wastes tokens on raw kubectl output. This Skill discovers every API group in the cluster, dispatches only the relevant health check agents, and aggregates results into a single scored report. ## Core Features & Use Cases - Dynamic API Discovery: Detects installed operators (Crossplane, ArgoCD, Cert-Manager, Prometheus, and more) by interrogating cluster APIs instead of relying on hardcoded checklists. - Agent Dispatch Planning: Maps discovered API groups to specialized health agents with parallel execution groups for faster multi-operator assessments. - Weighted Health Scoring: Aggregates component checks into a 0-100 score with HEALTHY, DEGRADED, or CRITICAL status and prioritized recommendations. - Use Case: When onboarding to an unfamiliar cluster, run the discovery script to see which operators are installed, dispatch the matching health agents in parallel, and generate a unified JSON or summary report for stakeholders. ## Quick Start Ask the AI to run a health assessment on the current Kubernetes cluster using the kubernetes-health skill, starting with API discovery and ending with an aggregated health report.