Build Kubernetes Helm charts
helm-chart-builderpluginsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Scaffold and develop Helm charts with patterns and security
Best for
Accelerating Helm chart authoring by enforcing dependency management, security patterns, and testing discipline from the start
Inputs
- · chart name
- · values design requirements
- · dependency specs
Outputs
- · Helm chart directory structure
- · values.yaml
- · templates with security hardening
Requires
- · helm CLI
- · kubectl
- · chart testing framework
Preconditions
kubectl access to target cluster; Helm 3+ installed; basic understanding of Kubernetes resource kinds
Failure modes
Generated chart values incompatible with cluster version; dependency resolution fails; security hardening conflicts with custom templating
Trust signals
- · Multi-tool support listed (Claude Code, Codex, Gemini CLI, Cursor, OpenClaw)
- · Covers dependency management + security hardening + testing
- · v2.9.0 stable release