
K8s Debug
- Updated May 21, 2026
- ThashmikaX/marketplace
k8s-debug is a Claude Code skill for debugging. It helps developers move faster with AI-assisted coding.
Key points
- k8s-debug
- Debugging
- AI-coding skill
K8s Debug by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ThashmikaX/marketplace/plugin install k8s-debug@sudesh-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 21, 2026 |
|---|---|
| Repository | ThashmikaX/marketplace ↗ |
What it does
Helps with debugging tasks.
README.md
k8s-debug
Kubernetes cluster debugging skill for Claude Code. Guides safe, structured investigation of pod failures, resource pressure, network issues, and cluster health using local kubeconfigs.
Skill
k8s-debug:k8s-debug
Triggered automatically when you describe a Kubernetes problem — crashing pods, OOMKilled containers, pending resources, unreachable services, node pressure, or anything kubectl-related.
Trigger examples:
- "why is my pod in CrashLoopBackOff?"
- "debug the staging namespace"
- "pod not starting in production"
- "check cluster health"
- "service not reachable"
Prerequisites
kubectlinstalled and on PATH- One or more kubeconfig files (default:
~/.kube/config) - Optional:
kubectx/kubens,stern,helm
Investigation approach
The skill follows a read-first methodology: cluster health → namespace overview → resource describe → logs → events → hypothesis. It never suggests a mutating command before completing the read phase, and always requires explicit --context and --namespace flags to avoid silent mis-targeting.
Works well with
argocd— GitOps sync and rollback after diagnosisdips-core:spector— check what version is deployed per environmentdips-core:helm-qa— validate charts before re-deployment