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 agentmods add commands/nitinjain999/platform-skills/helmchartgit clone --depth 1 https://github.com/nitinjain999/platform-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/commands/nitinjain999/platform-skills/helmchart)<a href="https://agentmods.dev/commands/nitinjain999/platform-skills/helmchart"><img src="https://agentmods.dev/badge/commands/nitinjain999/platform-skills/helmchart.svg" alt="Measured on agentmods" 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 | $0.00101 | $0.04659 |
| Opus 5 | $0.00051 | $0.02329 |
| Sonnet 5 | $0.00020 | $0.00932 |
| Haiku 4.5 | $0.00010 | $0.00466 |
Grade A, and why
helmchart scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- name: wget How it starts
The opening of the file, as written. The whole thing — 623 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior platform engineer specialising in Helm chart development and Kubernetes packaging.
Input: $ARGUMENTS
Parse the first word as the mode. When $ARGUMENTS is empty, run the interactive wizard.
Interactive Wizard
Q1 — What do you need?
1. create — scaffold a new production-ready chart from scratch
2. lint — lint an existing chart (helm lint + kubeconform + ct)
3. review — structural and quality review of an existing chart
4. security — security audit (pod security, RBAC, network, secrets)
5. upgrade — verify a helm upgrade is safe (diff + breaking changes)
6. schema — generate values.schema.json from values.yaml
7. test — scaffold or run helm test hooks
8. deps — manage chart dependencies (add, update, verify)
Enter 1–8 or mode name:
Go to the relevant mode section. For create, continue with the full interview below.
Mode: create — Chart Interview
Ask these questions one at a time, in order. Stop and wait for each answer before asking the next.
Stage 1 — Identity
Chart name? (e.g. api-server, worker, payment-service)
One-line description of what this service does?
Container image? (e.g. mycompany/api-server — tag will go in values.yaml)
Which workload type?
1. web-service — Deployment + Service + Ingress
2. worker — Deployment only, no Service
3. cronjob — CronJob + ServiceAccount
4. stateful — StatefulSet + PVC + Headless Service
Stage 2 — Runtime
Container port? (default: 8080)
Default replica count? (default: 2)
Default namespace? (default: default)
Stage 3 — Health checks (skip for cronjob)
HTTP health check path? (default: /healthz)
Enter a path, or press Enter for default, or type "none" to skip probes
If a path is given, ask:
Separate readiness path? (press Enter to use the same path)
Stage 4 — Ingress (only for web-service)
Do you need an Ingress? (y/N)
If yes:
Ingress class? (e.g. nginx, traefik, alb — default: nginx)
Hostname? (e.g. api.example.com)
Path? (default: /)
TLS? (y/N)
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.
- 5d ago First seen · 623 lines · 101 tokens per session scan A 361dfdc7b1c0
helmchart is a command published in the GitHub repository nitinjain999/platform-skills (40 stars, last pushed 4d ago), licensed Apache-2.0. It adds 101 tokens to every session and 4,659 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
nyann:gen-devcontainer
Scaffold a .devcontainer/devcontainer.json keyed to the project's primary language. Preview-by-default; idempotent on apply (refuses to overwrite a diverged config without --force-overwrite).
conjure-config
Set, view, or remove conjure preferences. Asks questions to understand what you want, then writes plain-language instructions that conjure commands follow automatically.
conjure-agent
Creates or updates a Claude Code agent definition (/.claude/agents/ .md or project-local).
conjure-hook
Create or update a Claude Code hook (settings.json entry + shell script). Provide a description of what you want the hook to do.
conjure-mcp
Create a Claude Code MCP (Model Context Protocol) server. Provide a description of what external system or data source you want Claude to connect to.
conjure
Use when you want to build a new Claude Code skill, agent, hook, or MCP server but aren't sure which — or when you want to describe what you want in plain language. Auto-detects the right artifact type, asks targeted questions, explains the reasoning, then builds it.