Design, organize, and manage Helm charts for Kubernetes application packaging and templated deployments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kubernetes-operations:helm-chart-scaffoldingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications.
Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications.
This skill provides step-by-step instructions for building production-ready Helm charts, including chart structure, templating patterns, values management, and validation strategies.
Use this skill when you need to:
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
Template rendering errors:
helm template my-app ./my-app --debug
Dependency issues:
helm dependency update
helm dependency list
Installation failures:
helm install my-app ./my-app --dry-run --debug
kubectl get events --sort-by='.lastTimestamp'
k8s-manifest-generator - For creating base Kubernetes manifestsgitops-workflow - For automated Helm chart deploymentsnpx claudepluginhub p/dxas90-kubernetes-operations-plugins-kubernetes-operations3plugins reuse this skill
First indexed Jul 7, 2026
Design, organize, and manage Helm charts for Kubernetes application packaging and templated deployments.
Guides creating, organizing, and managing Helm charts for packaging Kubernetes applications with reusable configurations and templated deployments.
Guides creation, organization, and management of Helm charts for packaging and deploying Kubernetes applications.