helm-chart-development
Installation
SKILL.md
Helm Chart Development
Comprehensive guidance for creating, testing, and packaging custom Helm charts with best practices for maintainability and reusability.
When to Use This Skill
| Use this skill when... | Use instead when... |
|---|---|
Authoring a new chart with helm create, Chart.yaml, templates, dependencies |
Use helm-release-management when installing or upgrading an existing chart |
| Linting, packaging, or publishing your own chart | Use helm-values-management when overriding values across environments |
| Adding chart tests or refining template structure | Use helm-debugging when an existing deployment is failing or templates render incorrectly |