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.
npx skills add obeone/claude-skills --skill helm-bjw-s-chartgit clone --depth 1 https://github.com/obeone/claude-skillsWrote 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.
[](https://agentmods.dev/skills/obeone/claude-skills/helm-bjw-s-chart)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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-generatoruntil 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:
- DaemonSets accept
strategy/rollingUpdateand render a realupdateStrategy. On 5.0.x both keys were silently ignored for this controller type. serviceAccount.<id>.automountServiceAccountTokensets the field on the ServiceAccount object itself. It does not replace the pod-level key: the library always writesautomountServiceAccountTokeninto the pod spec (defaultfalse), and the pod spec wins. Set both.route.<id>.namespaceOverridedeploys a Route into another namespace, and the library then emits the matchingReferenceGrantautomatically. Turn that off withroute.<id>.referenceGrant.enabled: false.rollingUpdatetakes the upstream key names —maxSurgeandmaxUnavailable. The oldsurge/unavailableshorthands still work but are deprecated and disappear in 6.0. StatefulSets gainedrollingUpdate.maxUnavailable, which the cluster only honours with theMaxUnavailableStatefulSetfeature gate — alpha and off by default up to Kubernetes 1.34, beta from 1.35 with the default varying by patch release.
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/templates/Chart.yaml 440 B
- assets/templates/templates/common.yaml 43 B
- assets/templates/templates/NOTES.txt 2.8 KB
- assets/templates/values.yaml 1.3 KB
- README.md 7.7 KB
- references/best-practices.md 16 KB
- references/compose-mapping.md 11 KB
- references/migration-4-to-5.md 8.8 KB
- references/patterns.md 21 KB
- references/values-schema.md 16 KB
- scripts/requirements.txt 12 B
- scripts/validate_chart.py 60 KB runs code
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.
- 7d ago Changed · +37 lines 783d9a8bdd4b
- 12d ago First seen · 280 lines · 70 tokens per session scan A 6ca13dd81659
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.
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…
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…
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…
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.
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.
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.