Helm
Skill KhaiTrang1995/agentic-awesome-kits/kits/devops/k8s-kit/.claude/skills/helm
A universal collection of reusable Loop Engineering kits for AI coding agents—not just prompts. Each kit combines Skills, Rules, Templates, workflows, and validation loops to help agents autonomously plan, execute, verify, fix, and improve engineering tasks.
npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill helmAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate a Helm chart — values.yaml, templates, multi-environment.
SKILL.md
0.9 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
/helm — Generate a Helm Chart
Input examples
/helm container-api
/helm --from-manifests k8s/container-api/ (convert existing manifests to Helm)
Output
charts/{chart-name}/
Chart.yaml
values.yaml
values-staging.yaml
values-prod.yaml
templates/
deployment.yaml
service.yaml
configmap.yaml
hpa.yaml
ingress.yaml
_helpers.tpl
Mandatory rules
values.yamlis the single source of truth — templates NEVER hardcode values- Multi-environment via
values-{env}.yamloverrides _helpers.tplfor labels and naming conventionsNOTES.txtwith post-install instructions.helmignoreexcludes test files
References
- @.claude/rules/k8s-conventions.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.