Agent skill
kubectl
Kubernetes CLI operations and cluster management
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/kubectl
SKILL.md
Kubectl Skill
Overview
Kubernetes cluster management via kubectl. 90%+ context savings.
Requirements
- kubectl CLI installed
- KUBECONFIG environment variable or ~/.kube/config
Tools (Progressive Disclosure)
Pods
| Tool | Description | Confirmation |
|---|---|---|
| get-pods | List pods | No |
| describe-pod | Pod details | No |
| logs | View pod logs | No |
| delete-pod | Delete pod | REQUIRED |
Deployments
| Tool | Description | Confirmation |
|---|---|---|
| get-deployments | List deployments | No |
| scale | Scale deployment | Yes |
| rollout | Rollout status | No |
| rollback | Rollback deployment | Yes |
Services
| Tool | Description |
|---|---|
| get-services | List services |
| get-ingress | List ingresses |
| port-forward | Port forwarding |
BLOCKED
| Tool | Status |
|---|---|
| delete namespace | BLOCKED |
| delete cluster | BLOCKED |
Agent Integration
- devops (primary): Cluster operations
- developer (secondary): App deployment
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?