If no arguments were provided, ask the user what resource they want to debug (pod name, deployment name) and which namespace it is in. Default namespace to `default` if not specified.
Determine the action from the arguments. Supported actions: **apply**, **upgrade** (Helm), **rollback**, **restart**. If the action is unclear, ask the user which operation they want.
Check cluster or namespace health
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of DevOps skills for Claude Code — the CLI tool by Anthropic. These skills extend Claude with deep domain knowledge for Kubernetes, Terraform, AWS, and other infrastructure tools.
Skills are structured knowledge packs that Claude Code loads on demand. When you ask Claude a Kubernetes question, the k8s skill automatically activates — giving Claude access to troubleshooting workflows, manifest patterns, Helm guides, security references, and diagnostic scripts without you having to provide any context.
| Plugin | Description | Status |
|---|---|---|
| k8s-skills | Kubernetes operations, troubleshooting, and platform engineering | :white_check_mark: Available |
| docker-skills | Docker — Dockerfile, Compose, registry, image optimization | :white_check_mark: Available |
| terraform-skills | Terraform modules, state management, and IaC patterns | :construction: Planned |
| aws-skills | AWS services, architecture, and operations | :construction: Planned |
# 1. Add the CloudDrove marketplace (one-time)
/plugin marketplace add clouddrove/claude-skills
# 2. Install the plugins you need
/plugin install k8s-skills@clouddrove-claude-skills
Skills trigger automatically based on context. Just ask naturally:
> My pod is stuck in CrashLoopBackOff, how do I debug it?
> Write a production-ready Deployment with HPA and PDB
> Which apps are failing in production?
> Compare resource usage between staging and production
> Is everything healthy in the cluster?
Or use slash commands for direct access:
/k8s-skills:k8s-health # Cluster health check
/k8s-skills:k8s-health production # Namespace health check
/k8s-skills:k8s-debug my-pod production # Debug a specific pod
/k8s-skills:k8s-deploy rollback myapp production # Rollback a deployment
The Kubernetes skill covers both day-to-day operations and platform engineering:
| Area | What's Included |
|---|---|
| Troubleshooting | Decision trees for CrashLoopBackOff, OOMKilled, ImagePullBackOff, Pending, networking, storage |
| Manifests | Production-ready YAML for Deployments, Services, Ingress, HPA, PDB, NetworkPolicy, and more |
| Helm | Chart management, values handling, Helmfile, chart authoring, testing |
| Security | RBAC patterns, Pod Security Standards, network policies, secrets management |
| Monitoring | Prometheus alerting rules, ServiceMonitor patterns, Grafana dashboards, USE/RED methods |
| GitOps | ArgoCD and Flux — Application CRDs, sync policies, app-of-apps, image automation, secrets |
| Commands | /k8s-health, /k8s-debug, /k8s-deploy — direct access slash commands |
| Scripts | diagnose.sh, cluster-health.sh, rbac-audit.sh, namespace-setup.sh |
| Examples | Complete Helm chart, multi-environment Helmfile (dev/staging/prod) |
npx claudepluginhub clouddrove/claude-skills --plugin k8s-skillsDocker operations — Dockerfile best practices, Compose, registry, image optimization, and troubleshooting
Generate Kubernetes manifests and debug pod issues with kubectl
Kubernetes and Helm operations - deployments, charts, releases, diagnostics
Create Kubernetes deployments, services, and configurations with best practices
Kubernetes manifest validation and best practices
Kubernetes cluster operations, health diagnostics, and operator-specific agents
Kubernetes and OpenShift node health monitoring and diagnostics