smithery.ai

kubernetes

Kubectl commands, Kubernetes manifests, cluster management, resource operations, and debugging k8s workloads

First seen Mar 19, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,151 B
  • docs SUMMARY.md 126 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

SKILL.md

Kubernetes Management

Use this skill when working with Kubernetes clusters, resources, or kubectl operations.

Activation Triggers

Activate this skill when the user mentions:

  • kubectl commands or Kubernetes resources
  • Cluster management operations
  • Pod, deployment, service operations
  • Manifest creation or debugging
  • Kubeconfig management
  • Kubernetes troubleshooting

Capabilities

This skill provides:

  • Kubectl command assistance and best practices
  • Kubernetes manifest generation and validation
  • Cluster debugging and troubleshooting
  • Resource management optimization
  • Security and RBAC guidance
  • Custom resource operations

Available Tools

  • kubectl: Primary Kubernetes CLI tool with custom aliases
  • git: For manifest version control
  • nvim: For editing YAML manifests
  • curl: For API testing and health checks

Context Awareness

Directory Structure

  • Look for Kubernetes manifests in current directory
  • Check for kustomization files
  • Identify if in a k8s project structure

User Environment

  • User has extensive kubectl aliases configured
  • Custom kubeconfig management setup
  • Prefers CLI-based workflows
  • Security-conscious approach (RBAC, least privilege)

Common Operations

Resource Management

  • Creating and managing pods, deployments, services
  • Scaling and updating deployments
  • Configmap and secret management
  • Persistent volume operations

Debugging and Troubleshooting

  • Pod logs and events analysis
  • Network connectivity issues
  • Resource quota and limit problems
  • RBAC permission debugging

Manifest Operations

  • YAML generation and validation
  • Kustomize operations
  • Helm chart management
  • GitOps workflow support

Best Practices to Follow

  • Always check current context before operations
  • Use namespaces appropriately
  • Follow security best practices (RBAC, network policies)
  • Validate manifests before applying
  • Use labels and selectors effectively
  • Implement proper resource limits and requests