From helm-chart-generator
This skill enables Claude to generate Helm charts for Kubernetes applications. It should be used when the user requests the creation of a new Helm chart, the modification of an existing chart, or assistance with packaging and deploying Kubernetes applications using Helm. The skill is triggered by requests that mention "Helm chart", "Kubernetes deployment", "package application for Kubernetes", or similar phrases related to Helm and Kubernetes. It helps streamline the process of creating and managing Kubernetes deployments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/helm-chart-generator:helm-chart-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to create and manage Helm charts, simplifying Kubernetes application deployments. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
This skill empowers Claude to create and manage Helm charts, simplifying Kubernetes application deployments. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
This skill activates when you need to:
User request: "Create a Helm chart for a simple web application with a single deployment and service."
The skill will:
Chart.yaml, values.yaml, a deployment, and a service.User request: "Modify the existing Helm chart for my web application to include an ingress resource."
The skill will:
values.yaml to manage configurable parameters within the Helm chart.This skill integrates with other Claude Code skills by providing a standardized way to package and deploy applications to Kubernetes. It can be combined with skills that generate application code, manage infrastructure, or automate deployment pipelines.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
3plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub javirub/claude-code-plugins-plus --plugin helm-chart-generator