create-chart

create-chart is a command for Claude Code from rohitg00/awesome-claude-code-toolkit. It costs 14 tokens per session (325 once invoked), scanned A, original, Apache-2.0.

A command that creates a Helm chart for deploying an application to Kubernetes. A Helm chart is a reusable package of Kubernetes configuration, with settings kept in one values file.

In plain words
What is it for?
Use it to package web apps, APIs, workers, or scheduled jobs for Kubernetes, including services, ingress, secrets, health checks, resource settings, and autoscaling.
Why use it?
It removes the need to assemble deployment, networking, configuration, scaling, and access-control files by hand. It also checks that the chart can be rendered and passes Helm's validation.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the helm-charts plugin — 2 commands shipped together

About the project

Awesome Claude Code Toolkit is a curated collection of extensions and configuration for Claude Code, including agents, skills, commands, plugins, hooks, rules, templates, MCP configurations, and companion apps. It is for Claude Code users who want ready-made workflows and integrations for different development tasks. The catalogue add-ons are selected components from this toolkit.

rohitg00/awesome-claude-code-toolkit · 2,593 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/rohitg00/awesome-claude-code-toolkit/create-chart
Clone the repo
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit

Made for: Claude Code.

Or install helm-charts, the plugin that ships this one along with the rest of its 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-chart

README.md
[![agentmods](https://agentmods.dev/badge/commands/rohitg00/awesome-claude-code-toolkit/create-chart.svg)](https://agentmods.dev/commands/rohitg00/awesome-claude-code-toolkit/create-chart)
Your own site
<a href="https://agentmods.dev/commands/rohitg00/awesome-claude-code-toolkit/create-chart"><img src="https://agentmods.dev/badge/commands/rohitg00/awesome-claude-code-toolkit/create-chart.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 325 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00325
Opus 5 $0.00007 $0.00162
Sonnet 5 $0.00003 $0.00065
Haiku 4.5 $0.00001 $0.00032

Measured 2d ago against content hash 33ce2b58ba7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

create-chart scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/helm-charts/commands/create-chart.md · 34 lines

What it actually says

/create-chart - Create Helm Chart

Generate a Helm chart for deploying an application to Kubernetes.

Steps

  1. Ask the user for the application name, type (web app, API, worker, cronjob), and container image
  2. Create the chart directory structure with helm create
  3. Configure Chart.yaml with name, version, appVersion, and description
  4. Customize the Deployment template: replicas, resources, probes, env vars
  5. Configure the Service template: type (ClusterIP, LoadBalancer, NodePort), ports
  6. Add Ingress template with host, path, TLS configuration
  7. Create ConfigMap and Secret templates for application configuration
  8. Add HorizontalPodAutoscaler template with CPU/memory scaling rules
  9. Configure PodDisruptionBudget for high-availability deployments
  10. Set up ServiceAccount with appropriate RBAC permissions
  11. Define values.yaml with sensible defaults for all configurable parameters
  12. Validate the chart with helm lint and helm template

Rules

  • Always include resource limits and requests in deployment templates
  • Configure liveness and readiness probes for all containers
  • Use values.yaml for all configurable parameters; do not hardcode in templates
  • Include pod anti-affinity rules for high-availability deployments
  • Set security context: non-root user, read-only filesystem, drop capabilities
  • Use chart hooks for database migrations or pre-deployment checks
  • Pin container image tags; never use 'latest' in production values
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 34 lines · 14 tokens per session scan A 33ce2b58ba7d

Subscribe to this mod's changes

create-chart is a command published in the GitHub repository rohitg00/awesome-claude-code-toolkit (2,593 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 325 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.