helm-bjw-s-chart

helm-bjw-s-chart is a skill for Claude Code, Codex from obeone/claude-skills. It costs 70 tokens per session (3,200 once invoked), scanned A, original, MIT.

A generator for Helm charts, which are reusable configuration packages that tell Kubernetes how to run an application. It uses the bjw-s-labs app-template library and supports current and legacy versions.

In plain words
What is it for?
Creating Helm charts with services, ingress, storage, sidecars, startup containers, StatefulSets, autoscaling, monitoring, and network policies.
Why use it?
It removes the need to write common Kubernetes deployment configuration by hand. It also provides patterns for converting Docker Compose setups and configuring related resources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating Helm charts with services, ingress, storage, sidecars, startup containers, StatefulSets, autoscaling, monitoring, and network policies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/obeone/claude-skills/helm-bjw-s-chart
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.

Any agent
npx skills add obeone/claude-skills --skill helm-bjw-s-chart
Clone the repo
git clone --depth 1 https://github.com/obeone/claude-skills

Made for: Claude Code, Codex.

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 helm-bjw-s-chart

README.md
[![agentmods](https://agentmods.dev/badge/skills/obeone/claude-skills/helm-bjw-s-chart/github.svg)](https://agentmods.dev/skills/obeone/claude-skills/helm-bjw-s-chart)
Your own site
<a href="https://agentmods.dev/skills/obeone/claude-skills/helm-bjw-s-chart"><img src="https://agentmods.dev/badge/skills/obeone/claude-skills/helm-bjw-s-chart/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for helm-bjw-s-chart

Your own site · 80×15
<a href="https://agentmods.dev/skills/obeone/claude-skills/helm-bjw-s-chart"><img src="https://agentmods.dev/badge/skills/obeone/claude-skills/helm-bjw-s-chart.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00070 $0.03200
Opus 5 $0.00035 $0.01600
Sonnet 5 $0.00014 $0.00640
Haiku 4.5 $0.00007 $0.00320

Measured 7d ago against content hash 783d9a8bdd4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

helm-bjw-s-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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_chart.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/helm-bjw-s-chart/SKILL.md · 317 lines

How it starts

The opening of the file, as written. The whole thing — 317 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Helm bjw-s Chart Generator

Published as helm-chart-generator until v2.x. Update anything still pointing at the old name.

Library version matrix

common Kubernetes Helm Status
5.1.0 >= 1.31 >= 3.18 Default — latest stable, all examples target it
4.6.2 >= 1.25 >= 3.14 Legacy — pin when the cluster can't meet 5.x reqs

Everything documented here works on common 5.x by default. When a pattern is not available on 4.x it's tagged (5.x only) so agents pinned to the legacy track can skip it. See references/migration-4-to-5.md for the full 4 → 5 upgrade procedure.

New in common 5.1.0

Drop-in over 5.0.x — no values change is required to upgrade. Four additions, each with a worked example in references/patterns.md:

  1. DaemonSets accept strategy / rollingUpdate and render a real updateStrategy. On 5.0.x both keys were silently ignored for this controller type.
  2. serviceAccount.<id>.automountServiceAccountToken sets the field on the ServiceAccount object itself. It does not replace the pod-level key: the library always writes automountServiceAccountToken into the pod spec (default false), and the pod spec wins. Set both.
  3. route.<id>.namespaceOverride deploys a Route into another namespace, and the library then emits the matching ReferenceGrant automatically. Turn that off with route.<id>.referenceGrant.enabled: false.
  4. rollingUpdate takes the upstream key namesmaxSurge and maxUnavailable. The old surge / unavailable shorthands still work but are deprecated and disappear in 6.0. StatefulSets gained rollingUpdate.maxUnavailable, which the cluster only honours with the MaxUnavailableStatefulSet feature gate — alpha and off by default up to Kubernetes 1.34, beta from 1.35 with the default varying by patch release.

Read the full file on GitHub · 317 lines

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. 7d ago Changed · +37 lines 783d9a8bdd4b
  2. 12d ago First seen · 280 lines · 70 tokens per session scan A 6ca13dd81659

Subscribe to this mod's changes

helm-bjw-s-chart is a skill published in the GitHub repository obeone/claude-skills (3 stars, last pushed 7d ago), licensed MIT. It adds 70 tokens to every session and 3,200 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

docker-compose

Use this skill when authoring or editing Docker Compose files (compose.yaml / docker-compose.yml), running multi-container stacks, or containerizing a Drupal/PHP application — e.g. "set up a local Drupal stack with nginx and MariaDB", "add Redis to my compose file", "why won't my containers start", "split dev and prod…

siva01c/claude-plugins · 100 tokens

offensive-container-escape

Container escape and breakout techniques targeting Docker, containerd, and Podman runtimes. Covers privileged container breakout via host filesystem mount and nsenter, Docker socket abuse through /var/run/docker.sock, Linux capability exploitation including CAPSYSADMIN, CAPSYSPTRACE, and CAPNETADMIN, cgroup v1…

SnailSploit/Claude-Red · 196 tokens

datarobot-workload-api

Use when the user wants to create, configure, scale, debug, observe, or roll out container workloads on DataRobot's Workload API. Triggers include: deploying a container as a managed service, listing/starting/stopping workloads, changing replica counts or autoscaling, picking CPU/GPU compute bundles, injecting…

datarobot-oss/datarobot-agent-skills · 152 tokens

containers

Use when building or debugging container images. Covers multi-stage builds, layer caching, image size, non-root users, signal handling, and the security defaults most Dockerfiles get wrong.

nimadorostkar/Claude-Skills-collection · 38 tokens

kubernetes

Use when deploying to or debugging Kubernetes. Covers workload configuration, resource requests and limits, probes, rollout strategy, networking, and the failure modes that produce CrashLoopBackOff and OOMKilled.

nimadorostkar/Claude-Skills-collection · 42 tokens

tutor-setup

Transforms knowledge sources into an Obsidian StudyVault. Two modes: (1) Document Mode — PDF/text/web sources → study notes with practice questions. (2) Codebase Mode — source code project → onboarding vault for new developers. Mode is auto-detected based on project markers in CWD.

bevibing/tutor-skills · 66 tokens