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.
git 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/kubernetes)<a href="https://agentmods.dev/commands/nitinjain999/platform-skills/kubernetes"><img src="https://agentmods.dev/badge/commands/nitinjain999/platform-skills/kubernetes/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/commands/nitinjain999/platform-skills/kubernetes"><img src="https://agentmods.dev/badge/commands/nitinjain999/platform-skills/kubernetes.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.00031 | $0.03663 |
| Opus 5 | $0.00015 | $0.01832 |
| Sonnet 5 | $0.00006 | $0.00733 |
| Haiku 4.5 | $0.00003 | $0.00366 |
Grade A, and why
kubernetes 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 9d 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 — 522 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kubernetes Command
Structured guidance for cluster baseline standards, RBAC, workload patterns, and operational debugging on Kubernetes.
Activation
/platform-skills:kubernetes baseline # generate namespace, RBAC, network policy, PDB, quota scaffold
/platform-skills:kubernetes rbac # diagnose 401/403; generate Role/RoleBinding; simulate access
/platform-skills:kubernetes workload # Deployment, HPA, probes, securityContext hardening
/platform-skills:kubernetes debug # pod crashloop, OOMKill, pending scheduling, image pull errors
Interactive Wizard (fires when no mode is provided)
When invoked with no arguments, ask before proceeding:
Q1 — Mode?
What do you need?
1. baseline — namespace, RBAC, network policy, PDB, resource quota scaffold
2. rbac — diagnose 401/403, generate Role/RoleBinding, simulate access
3. workload — Deployment, HPA, probes, securityContext, PDB hardening
4. debug — crashloop, OOMKill, pending, image pull, general troubleshoot
Enter 1–4 or mode name:
Q2 — Context (after mode selected):
- baseline:
Which namespace? What team owns it? Any special requirements (privileged workloads, GPU, ingress)? - rbac:
Paste the 403 error message or describe which service account needs which access. - workload:
Paste the Deployment manifest or describe what the workload does. - debug:
Paste the pod describe output and recent logs, or describe the symptom.
Mode: baseline
Triggers: baseline, scaffold, new namespace, set up namespace, platform baseline
Read references/kubernetes.md before responding.
Generate the minimum platform baseline for a new namespace. Ask for namespace name and team before generating.
Namespace with ownership labels
apiVersion: v1
kind: Namespace
metadata:
name: app-team
labels:
team: app-team
environment: production
managed-by: platform
annotations:
contact: [email protected]
Resource quota
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.
- 9d ago First seen · 522 lines · 31 tokens per session scan A a73c7b68b4de
kubernetes is a command published in the GitHub repository nitinjain999/platform-skills (41 stars, last pushed 2d ago), licensed Apache-2.0. It adds 31 tokens to every session and 3,663 once invoked, about $0.0002 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-30.
Other commands, from other repositories
ia-verify
Run pre-PR verification chain -- build, types, lint, tests, security scan, diff review.
announce
Draft X/Twitter announcement post (or thread) for the latest plugin release.
ia-agent-native-audit
Score each of the 5 agent-native principles (parity, granularity, composability, emergent capability, improvement-over-time) against a codebase and report gaps.
ia-test-browser
Run browser tests on pages affected by current PR or branch.
release
Generate changelog, bump version, and create git tag.
ia-report-bug
Report a bug in the whetstone plugin.