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 xonovex/platform --skill kubernetes-guidegit clone --depth 1 https://github.com/xonovex/platformWrote 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/xonovex/platform/kubernetes-guide)<a href="https://agentmods.dev/skills/xonovex/platform/kubernetes-guide"><img src="https://agentmods.dev/badge/skills/xonovex/platform/kubernetes-guide/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/xonovex/platform/kubernetes-guide"><img src="https://agentmods.dev/badge/skills/xonovex/platform/kubernetes-guide.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.00090 | $0.00562 |
| Opus 5 | $0.00045 | $0.00281 |
| Sonnet 5 | $0.00018 | $0.00112 |
| Haiku 4.5 | $0.00009 | $0.00056 |
Grade A, and why
kubernetes-guide 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 yesterday.
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 — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kubernetes Coding Guidelines
Requirements
- Kubernetes ≥ 1.28, Kustomize ≥ 5, GitOps (Flux).
Essentials
- Organization - Use namespaces, labels, annotations consistently, see references/deployments.md
- Container images - Set requests/limits and probes, see references/deployments.md
- Configuration - Use ConfigMaps/Secrets, SOPS/External Secrets for secrets, see references/configmaps-secrets.md
- Multi-environment - Manage with Kustomize bases/overlays, validate with
--dry-run, see references/kustomize.md, references/validation.md
Gotchas
Secretsare base64-encoded, not encrypted: encryption-at-rest requires enabling KMS provider on the clusterresources.requestsis what the scheduler considers;.limitsis what the kubelet enforces, without requests, pods compete unbounded- Label selectors are immutable once a Service/Deployment is created: changing them requires recreate, not patch
- Namespace scope:
kubectldefaults todefaultnamespace; cross-namespace traffic needs<svc>.<ns>.svc.cluster.localorNetworkPolicy Deploymentrolling updates requirereadinessProbeto be honest: a probe that returns 200 too early routes traffic to a not-ready pod
Progressive disclosure
- Read references/deployments.md - Load when creating or updating Deployment resources
- Read references/services.md - Load when exposing applications or configuring load balancing
- Read references/configmaps-secrets.md - Load when externalizing configuration or managing secrets
- Read references/kustomize.md - Load when managing multiple environments with overlays
- Read references/network-policies.md - Load when implementing network isolation between pods
- Read references/validation.md - Load when validating manifests before applying to cluster
What ships with it
9 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.
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.
- yesterday First seen · 35 lines · 90 tokens per session scan A 8f6d1eba3e64
kubernetes-guide is a skill published in the GitHub repository xonovex/platform (5 stars, last pushed 2d ago), licensed MIT. It adds 90 tokens to every session and 562 once invoked, about $0.0005 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-08.
Other skills, from other repositories
kastell-ops
Kastell CLI patterns, architecture, anti-patterns, and decision trees. Use automatically when working in Kastell codebase or when asked about Kastell server infrastructure, security audit, hardening, lock, provision, or provider management.
synapse
Use when the user needs to inspect or manage Synapse-managed Docker/Compose infrastructure via flux, or SSH/local host files, processes, logs, ZFS, and allowlisted commands via scout. Prefer MCP tools first, CLI second, REST last; use write or confirmation-gated actions only when explicitly requested or necessary.
infra-ops
How to operate live infrastructure safely — servers, SSH, deployments, databases, containers, incidents and outages. Use when the operator asks to deploy, restart, migrate, debug a production problem, run something on a remote host, or touch a database.
x-nets
Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
x-uname
Enhanced uname command with colorized, structured output. Shows hostname, OS, kernel, architecture. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
tsv
TSV data processing — view, filter, convert tab-separated data. Zero barrier — use with x-cmd, awk, or Python. Use for "tsv", "tab-separated", "data", "conversion".