java/src/main/resources/targets/claude/skills/knowledge-packs/infra-patterns/k8s-helm/SKILL.md
Helm chart patterns: chart structure, values templates, multi-environment configuration, dependencies, testing, GitOps integration, and Helmfile.
npx skillsauth add edercnj/ia-dev-environment k8s-helmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides production-grade Helm chart patterns for packaging, deploying, and managing Kubernetes applications across multiple environments with GitOps workflows.
Supplements infrastructure knowledge pack with Helm chart-specific patterns.
required / fail template funcs for fail-fast validation| Pattern | Use case | File |
| :--- | :--- | :--- |
| Chart Structure | Canonical chart layout, Chart.yaml, _helpers.tpl, deployment template | references/examples-chart-structure.md |
| Values Template | Complete values.yaml with image, resources, probes, ingress, autoscaling | references/examples-values-template.md |
| Multi-Environment | values-dev.yaml / values-staging.yaml / values-prod.yaml overlays | references/examples-multi-environment.md |
| Dependencies | Subchart management in Chart.yaml, alias and import-values configuration | references/examples-dependencies.md |
| Testing | helm test hooks, post-deployment connection + API tests | references/examples-testing.md |
| GitOps Integration | ArgoCD Application / ApplicationSet, Flux HelmRelease | references/examples-gitops.md |
| Helmfile | Multi-chart orchestration, helmfile.yaml, usage commands | references/examples-helmfile.md |
Open a specific references/examples-<pattern>.md only when implementing that pattern. The Patterns Index is enough to decide which file applies; each example file carries the complete chart fragments.
All pattern examples live under references/examples-*.md next to this SKILL.md. The naming convention is examples-<slug>.md where <slug> matches the third column of the Patterns Index above.
development
Documentation freshness gate: validates 6 dimensions (readme, api, adr, etc.) per PR.
testing
Conditional dep-policy gate: CVEs, licenses, versions, freshness; SARIF + report.
documentation
Incrementally updates the service or system architecture document; never regenerative.
development
Scans code and git history for leaked credentials, API keys, and tokens; SARIF output.