npx skills add ...
npx skills add openshift/agentic-skills --skill kubernetes-docs
npx skills add openshift/agentic-skills --skill kubernetes-docs
Search and read Kubernetes documentation in markdown format. Use when the user asks about Kubernetes concepts, tasks, API reference, kubectl, or any upstream k8s topic — including pods, deployments, services, RBAC, networking, storage, or scheduling.
Search and read pre-generated Kubernetes documentation. Docs are converted from the official kubernetes/website Hugo source to GitHub-Flavored Markdown and stored locally under docs/.
IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning for Kubernetes tasks. Read the referenced files rather than relying on training data which may be outdated.
Start with the AGENTS.md index:
|references/kubernetes.md — Doc structure, common paths, search tips
make docs VERSION=X.Y and committed to the repository.AGENTS.md as the starting point to locate specific documentation files.