Agent skill

generate-helm-chart

Generate Helm chart for Kubernetes deployment

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/generate-helm-chart

SKILL.md

Generate Helm Chart

Generate a Kubernetes Helm chart with deployment, service, ingress, and HPA.

What To Do

  1. Create chart structure:

    deploy/helm/{service}/
      Chart.yaml
      values.yaml
      values.production.yaml
      templates/
        deployment.yaml
        service.yaml
        ingress.yaml    (if --with-ingress)
        hpa.yaml        (if --with-hpa)
        configmap.yaml
        secrets.yaml
    
  2. Configure values.yaml with sensible defaults

  3. Add health checks (liveness, readiness, startup probes)

  4. Add resource limits (CPU, memory)

Arguments

  • <service-name>: Kubernetes service name
  • --with-ingress: Add ingress template
  • --with-hpa: Add horizontal pod autoscaler

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results