What problem does it solve?
It prevents slow, error-prone Helm chart scaffolding by generating a complete, consistent chart layout with reusable helpers, templates, and values guidance for Kubernetes workloads.
Core Features & Use Cases
- Deterministic chart scaffolding: Creates a standard Helm chart structure with Chart.yaml, values.yaml, templates, and .helmignore.
- Standard helper generation: Produces required helper templates (name/fullname/chart/labels/selectorLabels/serviceAccountName) so templates stay consistent and override-safe.
- Template and values production with validation loops: Generates templates for common Kubernetes resources and guides parameterization (including config/secret checksum annotations) to support production deployments.
- CRD-aware chart conversion: Converts existing Kubernetes manifests into parameterized Helm templates and supports CRD patterns by consulting CRD documentation when CRDs are in scope.
Quick Start
Use this skill to generate a full Helm chart named mychart from scratch for a Deployment using image ghcr.io/acme/webapp:2.3.1, with service port 80 mapped to container target port 8080, and include templates plus optional ingress and HPA.