helm-chart-expert
Installation
SKILL.md
Helm Chart Expert Skill
Purpose
Guide for creating production-ready Helm charts and conducting comprehensive chart reviews. Core workflow covers essential patterns with references to detailed examples for complex scenarios.
Quick Start Checklist
New Chart Creation
# 1. Create chart structure
helm create mychart
# 2. Validate structure
helm lint ./mychart
# 3. Test rendering
helm template ./mychart --debug