This repository is a collection of specialized Claude Code skills designed to extend the agent's capabilities with domain-specific knowledge, workflows, and automated tools.
The k8s-troubleshooter skill transforms Claude Code into a senior Kubernetes engineer. It provides expert diagnostic guidance, automated tool installation, and structured troubleshooting workflows.
- Deep Knowledge Base: Comprehensive reference guides for Networking (DNS, Ingress), Storage (PVCs, permissions), Security (RBAC, Pod Security Standards), Pod Lifecycle (exit codes, OOMKills), Resources & Scaling (HPA, limits), and Node Components.
- Tool Management: Automatically checks for and installs
kubectlif missing. - Diagnostic Decision Tree: Guided workflows to quickly move from symptoms to root cause identification.
- Evidence-Based: Based on the established patterns found in The Ultimate Kubernetes Troubleshooting Guide by PerfectScale.
/plugin marketplace add antweiss/claude-skills
/plugin install k8s-troubleshooter@claude-skills
Once installed, the skill triggers automatically when you describe a Kubernetes problem. Examples:
"My pods are stuck in CrashLoopBackOff after today's deployment"
"Service exists but requests are timing out — DNS lookup is failing"
"HPA shows
<unknown>for CPU metrics and isn't scaling"
Contributions of new skills or improvements to existing ones are welcome. Each skill lives in its own subdirectory under skills/ with a SKILL.md file and optional references/ for domain-specific guides.