Agent skill · DevOps & Cloud

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill kubernetes-ops --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/devops-sre-platform/skills/kubernetes-ops/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Kubectl Command Execution
  5. 2. Log and Event Analysis
  6. 3. Manifest Generation and Validation
  7. 4. Debugging Capabilities
  8. 5. Resource Analysis
  9. MCP Server Integration
  10. Best Practices
  11. Process Integration
  12. Output Format
  13. Error Handling
  14. Constraints
Ships with 1 file
  • README.md
Commands it runs
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>
More from babysitter
All skills →
About this skill
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.

Keep going