Helm Skills
Kubernetes package manager for installing, upgrading, and managing Helm charts and application deployments.
4 skills
Helm Chart Scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations.
Helm Hooks & Release Lifecycle
Use Helm hooks for database migrations, pre-install checks, post-upgrade notifications, and cleanup tasks — control execution order and handle hook failures gracefully.
Helm Template Patterns & Helpers
Write reusable Helm template helpers with _helpers.tpl — standard labels, name generation, conditional resources, range loops, and named templates for DRY chart development.
Helm Values Design & Schema Validation
Design well-structured Helm values.yaml files with clear sections, sensible defaults, JSON schema validation, and per-environment overrides for reliable Kubernetes deployments.