plugins marketplace
← All plugins

helm-chart-generator

v1.25.0

Generate Helm charts for Kubernetes applications

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/helm-chart-generator/ inside the repository.

Layout

plugins/devops/helm-chart-generator/
├── .claude-plugin/plugin.json
└── skills/generating-helm-charts/SKILL.md

Skills1

generating-helm-chartsskills/generating-helm-charts/SKILL.md

Execute use when generating Helm charts for Kubernetes applications. Trigger with phrases like "create Helm chart", "generate chart for app", "package Kubernetes deployment", or "helm template". Produces production-ready charts with Chart.yaml, values.yaml, templates, and best practices for multi-environment deployments.

Manifests1

plugins/devops/helm-chart-generator/.claude-plugin/plugin.json
{
  "name": "helm-chart-generator",
  "version": "1.25.0",
  "description": "Generate Helm charts for Kubernetes applications",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "helm",
    "kubernetes",
    "packaging",
    "charts",
    "devops",
    "agent-skills"
  ]
}