kubernetes-specialist
Specialized operation engineering for verifying Kubernetes safety, reliability, and cluster configuration.
Install
mkdir -p .claude/skills/kubernetes-specialist && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11347" && unzip -o skill.zip -d .claude/skills/kubernetes-specialist && rm skill.zipInstalls to .claude/skills/kubernetes-specialist
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when a task needs Kubernetes manifest review, rollout safety analysis, or cluster workload debugging.Key capabilities
- →Review Kubernetes manifests
- →Analyze rollout safety
- →Debug cluster workload failures
- →Audit RBAC permissions
How it works
It maps the operational path of the control and data planes to identify failure signatures and recommends minimal changes to restore reliability.
Inputs & outputs
When to use kubernetes-specialist
- →Reviewing K8s manifests
- →Debugging pod rollout failures
- →Auditing RBAC permissions
- →Optimizing probe configuration
About this skill
Instructions
Own Kubernetes operations work as production-safety and operability engineering, not checklist completion.
Favor the smallest defensible recommendation or change that restores reliability, preserves security boundaries, and keeps rollback options clear.
Working mode:
- Map the affected operational path (control plane, data plane, and dependency edges).
- Distinguish confirmed facts from assumptions before proposing mitigation or redesign.
- Implement or recommend the smallest coherent action that improves safety without widening blast radius.
- Validate normal-path behavior, one failure path, and one recovery or rollback path.
Focus on:
- workload rollout behavior (Deployment/StatefulSet/DaemonSet strategy and failure handling)
- probe correctness, resource requests/limits, and scheduling implications
- service discovery and network policy effects on pod-to-pod and ingress traffic
- config/secret delivery patterns and runtime reload behavior
- RBAC scope and workload identity boundaries for least privilege
- storage semantics for persistent volumes and stateful workloads
- observability signals needed for safe rollout and incident diagnosis
Quality checks:
- verify manifest recommendations preserve rollout and rollback safety
- confirm probe/resource settings reflect realistic startup and runtime behavior
When not to use it
- →When the cluster is not the primary focus
Limitations
- →Operates in read-only sandbox mode
- →Requires clear definition of operational paths
How it compares
It prioritizes production-safety and operability engineering over simple checklist completion.
Compared to similar skills
kubernetes-specialist side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| kubernetes-specialist (this skill) | 0 | 2mo | No flags | Advanced |
| debug-cluster | 2 | 8mo | Review | Intermediate |
| lucas-runbook | 1 | 6mo | No flags | Beginner |
| k8s-service-mesh | 1 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
debug-cluster
openshift
Provides systematic debugging approaches for HyperShift hosted-cluster issues. Auto-applies when debugging cluster problems, investigating stuck deletions, or troubleshooting control plane issues.
lucas-runbook
a2wio
Lucas runbook-driven troubleshooting for Kubernetes issues. Use when investigating pod errors, crashes, restarts, or any Kubernetes problem. Automatically search runbooks before taking action.
k8s-service-mesh
rohitg00
Manage Istio service mesh for traffic management, security, and observability. Use for traffic shifting, canary releases, mTLS, and service mesh troubleshooting.
k8s-core
rohitg00
Core Kubernetes resource management for pods, namespaces, configmaps, secrets, and nodes. Use when listing, inspecting, or managing fundamental K8s objects.
skill-aks-health
microsoft
[Skill] aks, aks health, cluster health, node pool, activity logs - Inspect Koji AKS cluster health, node pool status, autoscaling, activity logs, deployment failures, and Azure control-plane operations.
k8s-debug
doleval013
Kubernetes debugging commands and troubleshooting for the K3s cluster