Generate Helm chart files for Kubernetes application deployment. Triggers on "create helm chart", "generate helm template", "kubernetes helm", "helm package".
Resources
1Install
npx skillscat add ehtbanton/claudeskillsrepo/helm-chart-generator Install via the SkillsCat registry.
SKILL.md
Helm Chart Generator
Generate Helm chart files for Kubernetes application deployment.
Output Requirements
File Output: Chart.yaml, values.yaml, templates/*.yaml
Format: Valid Helm chart structure
Standards: Helm 3.x
When Invoked
Immediately generate a complete Helm chart with templates and values.
Example Invocations
Prompt: "Create Helm chart for web application"
Output: Complete Helm chart with deployment, service, and ingress templates.