Claude Code Plugins

Community-maintained marketplace

Feedback

helm-chart-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate Helm chart files for Kubernetes application deployment. Triggers on "create helm chart", "generate helm template", "kubernetes helm", "helm package".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name helm-chart-generator
description Generate Helm chart files for Kubernetes application deployment. Triggers on "create helm chart", "generate helm template", "kubernetes helm", "helm package".

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.