Auto-discovered marketplace from rodrigodelmonte/k8s-debugging-plugin
npx claudepluginhub rodrigodelmonte/k8s-debugging-pluginKubernetes debugging and troubleshooting best practices using MCP kubernetes tools. Includes systematic workflows for pod failures, service issues, deployment problems, and resource debugging.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A Claude Code plugin providing systematic Kubernetes debugging and troubleshooting workflows using MCP kubernetes tools.
claude mcp add kubernetes --scope user -- npx mcp-server-kubernetes
Requirements:
~/.kube/config or KUBECONFIG env var# Add the marketplace
/plugin marketplace add rodrigodelmonte/k8s-debugging-plugin
# Install the plugin
/plugin install k8s-debugging-plugin
| Feature | Description |
|---|---|
| Pod Debugging | CrashLoopBackOff, ImagePullBackOff, Pending states |
| Service/Network | DNS resolution, endpoints, connectivity |
| Deployments | Rollout status, history, rollback |
| Nodes | Health checks, cordon/drain/uncordon |
| Resources | OOMKilled, CPU throttling, quotas |
| Ephemeral Containers | Debug distroless/minimal images |
The skill triggers automatically when you ask about:
kubectl_get - List resources, check statuskubectl_describe - Detailed info, events, conditionskubectl_logs - Container logs, application errorsexec_in_pod - Run commands inside containerskubectl_rollout - Deployment rollout managementnode_management - Cordon/drain/uncordon nodesMIT