What problem does it solve? Helm work spans two very different domains — writing charts and operating releases — and users often don't know which guidance applies, while manual production deploys bypass GitOps safety. This Skill acts as a router that matches your request to the correct sub-skill and enforces GitOps-first practices. ## Core Features & Use Cases - Intent-Based Routing: Matches trigger keywords (chart, template, install, rollback, OCI, hooks) to load either the helm-chart or helm-ops sub-skill. - GitOps Guardrails: Warns against manual helm install/helm upgrade in production and points to Flux HelmRelease or ArgoCD Application instead. - Quick CLI Reference: Provides a compact command table for install, upgrade, rollback, template, lint, OCI push, and release inspection, plus Helm 3 vs Helm 4 differences. - Use Case: A user asks to debug a failed release — the router detects "failed, troubleshoot" keywords and loads helm-ops with full inspection and rollback guidance. ## Quick Start Ask the agent to help with any Helm task, such as "debug my failed Helm release in the staging namespace", and it will route to the right sub-skill automatically.