Agent Plugins Marketplace
All plugins

kubernetes-plugin

v1.8.1

Kubernetes and Helm operations - deployments, charts, releases, diagnostics

Claude Code8 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install kubernetes-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kubernetes-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is kubernetes-plugin/.

Plugin files

kubernetes-plugin/
├── .claude-plugin/plugin.json
├── skills/argocd-login/SKILL.md
├── skills/helm-chart-development/SKILL.md
├── skills/helm-debugging/SKILL.md
├── skills/helm-release-management/SKILL.md
├── skills/helm-release-recovery/SKILL.md
├── skills/helm-values-management/SKILL.md
├── skills/kubectl-debugging/SKILL.md
└── skills/kubernetes-operations/SKILL.md

Included Skills8

argocd-loginskills/argocd-login/SKILL.md

ArgoCD CLI auth with SSO and gRPC-Web. Use when the user mentions ArgoCD login, argocd authentication, SSO auth, or accessing ArgoCD applications and clusters.

helm-chart-developmentskills/helm-chart-development/SKILL.md

Create, test, and package Helm charts — Chart.yaml, templates, dependencies, repo publishing. Use when the user mentions Helm charts, helm lint/template/package, or Kubernetes packaging.

helm-debuggingskills/helm-debugging/SKILL.md

Debug Helm failures — template errors, dry-run, YAML parse errors, value type errors, resource conflicts. Use when the user mentions Helm errors or template rendering issues.

helm-release-managementskills/helm-release-management/SKILL.md

Manage Helm releases — install, upgrade, uninstall, list, inspect, history. Use when the user mentions deploying Helm charts, upgrading releases, or managing Kubernetes deployments.

helm-release-recoveryskills/helm-release-recovery/SKILL.md

Recover from failed Helm deployments — rollback, fix stuck states (pending-install/upgrade), atomic deployments. Use when the user mentions rollback, failed Helm upgrade, or stuck releases.

helm-values-managementskills/helm-values-management/SKILL.md

Manage Helm values — override precedence, multi-env configs, --set, schema validation, secrets. Use when the user mentions Helm values, env-specific configs, or values.yaml.

kubectl-debuggingskills/kubectl-debugging/SKILL.md

Debug K8s pods/nodes with kubectl debug — ephemeral containers, pod copying, debug profiles, interactive sessions. Use when the user mentions kubectl debug or debugging pods.

kubernetes-operationsskills/kubernetes-operations/SKILL.md

Kubernetes operations — deployment, management, troubleshooting, kubectl mastery. Use when the user mentions K8s, kubectl, pods, deployments, services, ingress, or cluster stability.

Plugin manifests1

kubernetes-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "kubernetes-plugin",
  "version": "1.8.1",
  "description": "Kubernetes and Helm operations - deployments, charts, releases, diagnostics",
  "keywords": [
    "kubernetes",
    "helm",
    "k8s",
    "deployments",
    "charts",
    "argocd",
    "diagnostics",
    "kubectl-context"
  ],
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          {
            "type": "command",
            "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/validate-kubectl-context.sh",
            "timeout": 3000
          },
          {
            "type": "command",
            "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/inject-kubectl-dry-run.sh",
            "timeout": 5
          }
        ]
      }
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[kubernetes-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kubernetes-plugin)