From helm-charts
Generates a complete Helm chart for deploying an application to Kubernetes, including Deployment, Service, Ingress, ConfigMap, Secret, HPA, PDB, and RBAC templates with best practices.
How this command is triggered — by the user, by Claude, or both
Slash command
/helm-charts:create-chartThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /create-chart - Create Helm Chart Generate a Helm chart for deploying an application to Kubernetes. ## Steps 1. Ask the user for the application name, type (web app, API, worker, cronjob), and container image 2. Create the chart directory structure with `helm create` 3. Configure Chart.yaml with name, version, appVersion, and description 4. Customize the Deployment template: replicas, resources, probes, env vars 5. Configure the Service template: type (ClusterIP, LoadBalancer, NodePort), ports 6. Add Ingress template with host, path, TLS configuration 7. Create ConfigMap and Secret tem...
Generate a Helm chart for deploying an application to Kubernetes.
helm createhelm lint and helm template6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin helm-charts/create-chartGenerates a complete Helm chart for deploying an application to Kubernetes, including Deployment, Service, Ingress, ConfigMap, Secret, HPA, PDB, and RBAC templates with best practices.
/helm-chartGenerates a complete Helm chart scaffold for the current application, including Chart.yaml, values, deployment, service, ingress, ConfigMap, Secret, HPA, and NOTES.txt. Accepts an app name and optional chart type.
/helm-chartGenerates production-ready Helm charts for Kubernetes applications, implementing best practices with security-first approach and scalable architecture.
/k8sGenerate production-ready Kubernetes manifests, Helm charts, or Kustomize overlays with security, scaling, networking, and monitoring.
/helmchartScaffolds, lints, reviews, and security-audits Helm charts. Also supports upgrade verification, schema generation, test hooks, and dependency management.