kubernetes-docs

kubernetes-docs is a skill for Claude Code, Codex from cookieMonsterDev/agents-skills. It costs 102 tokens per session (1,317 once invoked), scanned A, original, MIT.

A reference guide for Kubernetes, a system for running and managing containerized applications across one or more machines. It covers workloads, networking, storage, configuration, security, and cluster operations.

In plain words
What is it for?
Use it to install, configure, deploy, scale, secure, debug, and troubleshoot Kubernetes clusters and resources such as Pods, Deployments, Services, Ingress, Secrets, and Jobs.
Why use it?
It helps avoid outdated Kubernetes practices and separates core Kubernetes tasks from Docker, Helm, and other tools. It uses the official Kubernetes documentation.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/cookiemonsterdev/agents-skills/kubernetes-docs
Any agent
npx skills add cookieMonsterDev/agents-skills --skill kubernetes-docs
Clone the repo
git clone --depth 1 https://github.com/cookieMonsterDev/agents-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 kubernetes-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/kubernetes-docs.svg)](https://agentmods.dev/skills/cookiemonsterdev/agents-skills/kubernetes-docs)
Your own site
<a href="https://agentmods.dev/skills/cookiemonsterdev/agents-skills/kubernetes-docs"><img src="https://agentmods.dev/badge/skills/cookiemonsterdev/agents-skills/kubernetes-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00102 $0.01317
Opus 5 $0.00051 $0.00659
Sonnet 5 $0.00020 $0.00263
Haiku 4.5 $0.00010 $0.00132

Measured 5d ago against content hash 38f2a1c07061, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kubernetes-docs 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 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.

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.

docs-skills/kubernetes-docs/SKILL.md · 111 lines

How it starts

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

Kubernetes questions are easy to answer from stale memory or pre-dockershim patterns. Use this skill to ground answers in the official Kubernetes documentation and return the closest authoritative page instead of generic cloud-native advice.

When to Use

Use this skill when the request is about:

  • Kubernetes concepts, architecture, and cluster components
  • Installing clusters with kubeadm, Minikube, or production setup paths
  • Workloads: Pods, Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs
  • Services, Ingress, Gateway API, NetworkPolicy, and DNS
  • Storage: PersistentVolumes, StorageClasses, CSI, and volume snapshots
  • Configuration: ConfigMaps, Secrets, and resource requests/limits
  • Security: RBAC, ServiceAccounts, Pod Security Standards, and admission control
  • Scheduling: affinity, taints, tolerations, topology spread, and priority
  • kubectl usage, kubeconfig, contexts, and imperative vs declarative management
  • Kubernetes API resources, server-side apply, and CustomResourceDefinitions
  • Monitoring, logging, debugging pods and nodes
  • Upgrading clusters, feature gates, and version compatibility

Do not use this skill for:

  • A different Kubernetes version when the user explicitly needs that version. Say which version you are using and offer to switch docs if needed.
  • Raw Docker Engine or Compose usage without Kubernetes context. Use docker-docs instead.
  • AWS EKS-specific console or CLI operations when the question is provider-specific rather than core Kubernetes behavior. Use aws-cli-docs for AWS CLI commands against EKS.
  • Third-party tools (Helm charts, Argo CD, Istio) unless the question is about core Kubernetes resources or patterns documented on kubernetes.io.

Workflow

1. Classify the request

Decide which bucket the question belongs to before searching:

  • Getting started, concepts, and tutorials
  • Cluster setup and administration (kubeadm, nodes, upgrades)
  • Workloads and Pod configuration
  • Services, networking, and ingress
  • Storage and persistent data
  • Security, RBAC, and policy
  • Scheduling and resource management
  • kubectl and API reference
  • Debugging, monitoring, and troubleshooting
  • Extending Kubernetes (CRDs, operators, webhooks)

Read the full file on GitHub · 111 lines

Files

What ships with it

2 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.

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. 5d ago First seen · 111 lines · 102 tokens per session scan A 38f2a1c07061

Subscribe to this mod's changes

kubernetes-docs is a skill published in the GitHub repository cookieMonsterDev/agents-skills (4 stars, last pushed 16d ago), licensed MIT. It adds 102 tokens to every session and 1,317 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-08-31.

Related

Other skills, from other repositories

build-mcpb

This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem…

anthropics/claude-plugins-official · 98 tokens

gke-app-onboarding

Manages GKE application onboarding, covering containerization, deployment manifests, and migration. Use when onboarding or deploying an application to GKE for the first time, or containerizing an app for GKE. Don't use for general GKE cluster administration or upgrades (use gke-basics or gke-upgrades instead).

google/skills · 70 tokens

wrangler

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over…

cloudflare/skills · 75 tokens

managing-astro-local-env

Manage local Airflow environment with Astro CLI (Docker and standalone modes). Use when the user wants to start, stop, or restart Airflow, view logs, query the Airflow API, troubleshoot, or fix environment issues. For project setup, see setting-up-astro-project.

astronomer/agents · 63 tokens

kubernetes-patterns

Pods, deployments, services, ingress, RBAC, autoscaling, and production cluster best practices.

cosmicstack-labs/mercury-agent-skills · 24 tokens

aws-cloudformation-ecs

Provides AWS CloudFormation patterns for ECS clusters, task definitions, services, container definitions, auto scaling, blue/green deployments, CodeDeploy integration, ALB integration, service discovery, monitoring, logging, template structure, parameters, outputs, and cross-stack references. Use when creating ECS…

giuseppe-trisciuoglio/developer-kit · 101 tokens