helm-charts
SKILL.md
Helm Chart Style Guide
This skill provides standardized conventions for authoring and maintaining Helm charts, with a focus on:
- Global registry override using
.Values.global.image.registry - Clear, minimal templating
- Consistent
image:blocks for all containers
When to Use
Activate this skill when:
- Creating new Helm charts
- Reviewing or modifying existing Helm charts
- Configuring image registries for air-gapped environments
- Setting up multi-chart deployments with Helmfile