Charts (Chart.yaml, values.yaml, templates), helm install/upgrade, values inheritance, hooks, dependencies, testing, repos.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill helm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Helm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-helm)More formats (shields.io, HTML) on the badges page.
---
name: helm
description: Charts (Chart.yaml, values.yaml, templates), helm install/upgrade, values inheritance, hooks, dependencies, testing, repos.
---
## helm
Package and deploy Kubernetes applications with Helm.
### Chart structure
- Chart.yaml: metadata, version, dependencies
- values.yaml: default configuration values
- templates/: Go templates for K8s manifests
- NOTES.txt: post-install usage instructions
### Commands
- helm create, lint, package, install, upgrade
- helm rollback, uninstall, list, history
- helm repo add, update, search
- helm get values, get manifest
### Values and templates
- Values inheritance: --values, --set, --set-string
- Sprig template functions
- Control flow: range, if, with, define
- Named templates with template and include
### Advanced
- Hooks: pre/post install, upgrade, delete
- Chart dependencies and subcharts
- Chart testing with helm test
- OCI-based registry storage
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.