What problem does it solve? Helm deployments frequently fail due to misunderstood values merge semantics, misconfigured hooks, and untested template changes. This Skill gives an AI agent a structured Helm 3 reference so it can answer questions and review charts accurately without guessing. ## Core Features & Use Cases - Values Merge Semantics: Explains the maps-merge/lists-replace rule, precedence ordering of -f files versus --set, and subchart values scoping including global.*. - Hooks and Releases: Documents hook types, weights, deletion policies, the hook-failed accumulation trap, and release workflows like --atomic, --wait, and rollback limitations. - Template Debugging and Diff Validation: Covers helm template, --dry-run modes, the lookup empty-cluster trap, whitespace control, and helm diff comparison semantics against the last successful release. - Use Case: When a helm upgrade fails because a list in values was unexpectedly replaced, the agent can diagnose the merge behavior and recommend the correct layering of values files. ## Quick Start Ask the agent to explain why your Helm values list was overwritten during an upgrade and how to structure values files for multiple environments.