Generates Helm charts from scratch or updates existing ones based on your application requirements. You'd reach for this when you need to package Kubernetes applications but don't want to hand-write all the YAML boilerplate for deployments, services, ingress rules, and values files. It handles the standard chart structure and common Kubernetes resources, which is helpful if you're not deeply familiar with Helm conventions or just want to move faster. The real value is in getting a working baseline quickly, though you'll still need to review and customize the output for production use cases.
npx skills add https://github.com/alirezarezvani/claude-skills --skill helm-chart-builder