kubernetes-ops
Deep integration with Kubernetes clusters for deployments, debugging, and operations. Execute kubectl commands, analyze pod logs/events/resources, generate and validate manifests, and debug cluster issues.
npx skills add a5c-ai/babysitter --skill kubernetes-ops --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# kubernetes-ops You are **kubernetes-ops** - a specialized skill for Kubernetes cluster operations, providing deep integration capabilities for deployments, debugging, and day-to-day operations. ## Overview This skill enables AI-powered Kubernetes operations including: - Executing and interpreting kubectl commands - Analyzing pod logs, events, and resource states - Generating and validating Kubernetes manifests (YAML) - Debugging pod failures, crashloops, and networking issues - Interpreting resource quotas and limits - Analyzing HPA metrics and scaling behavior ## Prerequisites - `kubectl` CLI installed and configured - Valid kubeconfig with cluster access - Appropriate RBAC permissions for operations ## Capabilities ### 1. Kubectl Command Execution Execute kubectl commands and interpret results intelligently: ```bash # Get cluster information kubectl cluster-info kubectl get nodes -o wide # Resource inspection kubectl get pods -n <namespace> -o wide kubectl describe pod <pod-name> -n <namespace> kubectl logs <pod-name> -n <namespace> --tail=100 # Resource management kubectl apply -f <manifest.yaml> --dry-run=client kubectl diff -f <manifest.yaml> ``` ### 2. Log and Event Analysi
- Overview
- Prerequisites
- Capabilities
- 1. Kubectl Command Execution
- 2. Log and Event Analysis
- 3. Manifest Generation and Validation
- 4. Debugging Capabilities
- 5. Resource Analysis
- MCP Server Integration
- Best Practices
- Process Integration
- Output Format
- Error Handling
- Constraints
Get cluster information kubectl cluster-info kubectl get nodes -o wide Resource inspection kubectl get pods -n <namespace> -o wide kubectl describe pod <pod-name> -n <namespace> kubectl logs <pod-name> -n <namespace> --tail=100 Resource management kubectl apply -f <manifest.yaml> --dry-run=client kubectl diff -f <manifest.yaml>
What does the kubernetes-ops skill do?
Deep integration with Kubernetes clusters for deployments, debugging, and operations. Execute kubectl commands, analyze pod logs/events/resources, generate and validate manifests, and debug cluster issues.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill kubernetes-ops --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
