Reference the Kubernetes API. Useful for understanding what is possible via the Kubernetes REST API.
Installation
$skills install @jinnovation/k8s-openapi
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositoryjinnovation/kele.el
Path.claude/skills/k8s-openapi/SKILL.md
Branchmain
Scoped Name@jinnovation/k8s-openapi
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: k8s-openapi description: Reference the Kubernetes API. Useful for understanding what is possible via the Kubernetes REST API.
- Start a test cluster with:
make test-cluster-create. ONLY USE THIS SKILL ON THIS TEST CLUSTER. - Use the new context only through
--contextand--kubeconfigon eachkubectlcommand. Do not alter the config viakubectl config. - Start a proxy server with
kubectl proxy - Discover available endpoints by querying
/openapi/v3 - Use the discovered endpoints to find out what you need to
- When you have found your answer:
- Stop the proxy process; and
- Shut down the test cluster with
make test-cluster-stop
More by jinnovation
View allemacs-testing
97Test changes in a dedicated Emacs session. Good for validating behavior and UI results.
test-coverage
1Analyze test coverage and generate a detailed coverage report
shortcut-api-lookup
1Look up Shortcut REST API methods, schemas, and signatures. Use this instead of fetching the documentation webpages.