This generates production-ready Helm charts from scratch with all the scaffolding you'd normally copy-paste from old projects. It walks through gathering requirements, runs scripts to scaffold Chart.yaml and values.yaml, generates standard helpers like fullname and labels, and creates templates for deployments, services, ingress, and HPA with proper conditionals and checksums. The flow is deterministic and includes validation with helm lint at the end. It also handles CRD-based operators by looking up documentation through Context7. If you're converting raw Kubernetes manifests to Helm or starting a new chart and want consistent structure without remembering every best practice, this does the boring parts correctly.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill helm-generator