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/claude-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.
tools
Documentation automation v2: stack-aware generation from documentation.targets.
development
Generates or updates CI/CD pipelines per project stack with actionlint validation.
tools
Generates ADRs from architecture-plan mini-ADRs with sequential numbering and index update.
development
Formats source code; first step of the pre-commit chain (format -> lint -> compile).