Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Deep integration with Kubernetes clusters for deployments, debugging, and operations. Execute kubectl commands, analyze pod logs/events/resources, generate and validate manifests, and debug cluster issues.
.claude/skills/a5c-ai-kubernetes-ops/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 1 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 787% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 789% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 138% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 72% | 0% |
You are kubernetes-ops - a specialized skill for Kubernetes cluster operations, providing deep integration capabilities for deployments, debugging, and day-to-day operations.
This skill enables AI-powered Kubernetes operations including:
kubectl CLI installed and configuredExecute kubectl commands and interpret results intelligently:
bash# Get cluster information kubectl cluster-info kubectl get nodes -o wide # Resource inspection kubectl get pods -n <namespace> -o wide kubectl describe pod <pod-name> -n <namespace> kubectl logs <pod-name> -n <namespace> --tail=100 # Resource management kubectl apply -f <manifest.yaml> --dry-run=client kubectl diff -f <manifest.yaml>
Analyze pod logs for errors and patterns:
bash# Recent logs with timestamps kubectl logs <pod-name> -n <namespace> --timestamps --tail=200 # Previous container logs (for crashloops) kubectl logs <pod-name> -n <namespace> --previous # Events for debugging kubectl get events -n <namespace> --sort-by='.lastTimestamp' kubectl get events -n <namespace> --field-selector=type=Warning
Generate Kubernetes manifests following best practices:
yaml# Example Deployment manifest apiVersion: apps/v1 kind: Deployment metadata: name: app-deployment labels: app: myapp spec: replicas: 3 selector: matchLabels: app: myapp template: metadata: labels: app: myapp spec: containers: - name: app image: myapp:latest resources: requests: memory: "128Mi" cpu: "100m" limits: memory: "256Mi" cpu: "500m" livenessProbe: httpGet: path: /healthz port: 8080 initialDelaySeconds: 30 periodSeconds: 10 readinessProbe: httpGet: path: /ready port: 8080 initialDelaySeconds: 5 periodSeconds: 5
bash# Resource usage kubectl top pods -n <namespace> kubectl top nodes # Resource quotas kubectl describe resourcequota -n <namespace> kubectl describe limitrange -n <namespace> # HPA status kubectl get hpa -n <namespace> kubectl describe hpa <hpa-name> -n <namespace>
This skill can leverage the following MCP servers for enhanced capabilities:
| Server | Description | Installation | |--------|-------------|--------------| | mcp-server-kubernetes (Flux159) | Kubernetes management via npx | claude mcp add kubernetes -- npx mcp-server-kubernetes | | kubernetes-mcp-server (containers) | Go-based native K8s API | GitHub | | Kubernetes Claude MCP (Blank Cut) | GitOps integration | PulseMCP |
--dry-run=client before applying changesThis skill integrates with the following processes:
kubernetes-setup.js - Initial cluster configurationservice-mesh.js - Service mesh deploymentauto-scaling.js - HPA and VPA configurationcontainer-image-management.js - Image deploymentWhen executing operations, provide structured output:
json{ "operation": "describe", "resource": "pod", "name": "my-pod", "namespace": "production", "status": "success", "findings": [ "Pod is running", "All containers ready", "Resource limits configured" ], "recommendations": [], "artifacts": ["manifest.yaml"] }
kubectl config current-context)| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 6,929 | 16,234 | +134% | 1 | 1 | 0% | 365 | 3,239 | +787% | 0 | 0 | — |
case-02 | fail→pass | 17,115 | 9,895 | -42% | 1 | 1 | 0% | 3,952 | 3,408 | -14% | 0 | 0 | — |
case-03 | fail→pass | 7,032 | 11,960 | +70% | 1 | 1 | 0% | 377 | 3,352 | +789% | 0 | 0 | — |
case-04 | pass→pass | 4,381 | 3,711 | -15% | 1 | 1 | 0% | 804 | 1,970 | +145% | 0 | 0 | — |
case-13 | pass→pass | 10,736 | 2,598 | -76% | 1 | 1 | 0% | 1,868 | 1,736 | -7% | 0 | 0 | — |
case-05 | pass→pass | 2,098 | 5,006 | +139% | 1 | 1 | 0% | 335 | 2,036 | +508% | 0 | 0 | — |
case-06 | fail→pass | 4,492 | 3,308 | -26% | 1 | 1 | 0% | 754 | 1,791 | +138% | 0 | 0 | — |
case-07 | pass→pass | 4,273 | 5,776 | +35% | 1 | 1 | 0% | 687 | 2,135 | +211% | 0 | 0 | — |
case-08 | pass→pass | 3,480 | 4,579 | +32% | 1 | 1 | 0% | 529 | 2,014 | +281% | 0 | 0 | — |
case-09 | pass→pass | 4,189 | 4,902 | +17% | 1 | 1 | 0% | 617 | 2,149 | +248% | 0 | 0 | — |
case-10 | pass→pass | 2,195 | 3,558 | +62% | 1 | 1 | 0% | 387 | 1,827 | +372% | 0 | 0 | — |
case-11 | pass→pass | 3,517 | 3,727 | +6% | 1 | 1 | 0% | 477 | 1,918 | +302% | 0 | 0 | — |
case-12 | pass→pass | 3,529 | 4,385 | +24% | 1 | 1 | 0% | 644 | 1,911 | +197% | 0 | 0 | — |
case-14 | pass→pass | 7,874 | 2,617 | -67% | 1 | 1 | 0% | 1,124 | 1,789 | +59% | 0 | 0 | — |
case-15 | pass→pass | 2,629 | 2,578 | -2% | 1 | 1 | 0% | 423 | 1,674 | +296% | 0 | 0 | — |
case-16 | pass→pass | 6,203 | 5,313 | -14% | 1 | 1 | 0% | 834 | 2,311 | +177% | 0 | 0 | — |
case-17 | fail→pass | 9,568 | 11,781 | +23% | 1 | 1 | 0% | 1,829 | 3,141 | +72% | 0 | 0 | — |
case-18 | pass→pass | 4,375 | 4,406 | +1% | 1 | 1 | 0% | 746 | 2,052 | +175% | 0 | 0 | — |
case-19 | pass→pass | 4,456 | 5,337 | +20% | 1 | 1 | 0% | 765 | 2,062 | +170% | 0 | 0 | — |
case-20 | pass→pass | 11,171 | 9,050 | -19% | 1 | 1 | 0% | 1,674 | 3,048 | +82% | 0 | 0 | — |
case-21 | pass→pass | 9,424 | 15,254 | +62% | 1 | 1 | 0% | 1,963 | 3,744 | +91% | 0 | 0 | — |
case-22 | pass→pass | 13,992 | 12,041 | -14% | 1 | 1 | 0% | 2,142 | 3,282 | +53% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 20 counted toward the lift figure. The other 2 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +23 percentage points is the difference between those two pass rates over the 20 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.