Leaderboard/DevOps/kubernetes-skill
Last commit on May 2, 2026·Created on April 12, 2026

LukasNiessen/kubernetes-skill

Diagnoses six Kubernetes failure modes before the manifest gets applied.
Combined rank
#544
across all skills
In DevOps
#8
category rank
Stars
429
+7.5% in last 7d
Forks
78
+5.4% in last 7d
Watchers
8
+14.3% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill follows a structured workflow to catch insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. It loads platform-specific references for EKS, GKE, AKS, or OpenShift only when needed, then produces remediated manifests with validation steps: kubectl dry-run, schema checks, and policy scans. The workflow is built for AI-assisted developers, platform engineers, and SREs who generate or review Kubernetes configurations.

WHO IT'S FOR
Platform / SRE engineers
enforcing cluster reliability and security
DevOps / Kubernetes engineers
generating and reviewing Kubernetes manifests
Security / compliance engineers
hardening Kubernetes workload security
Cloud architects / technical leads
designing multi-platform Kubernetes deployments
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Setup

Skills CLI from GitHub

Installs: Complete KubeShark kubernetes-skill bundle from the repository

Before you start
  • An environment where skills are managed with the `skills` CLI and `npx` is available
  1. Run this command in a terminal to install KubeShark directly from GitHub.

    npx skills add https://github.com/lukasniessen/kubernetes-skill --skill kubernetes-skill
docs/getting-started/installation.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review one Kubernetes manifest for its highest-risk failure modes

Uses kubernetes-skill

  • A local Kubernetes YAML file path replacing `<manifest-path>`
  • Target Kubernetes cluster version and distribution, if known
  • Target namespace and environment criticality
  • Deployment method and policy enforcement details, if known
Use the kubernetes-skill to review the Kubernetes manifest at `<manifest-path>`. The path is a placeholder for one local YAML file. Use the supplied cluster version, distribution, namespace, environment, deployment method, and policy enforcement details; state assumptions for anything unknown. Identify the most relevant failure modes, propose a small remediation with tradeoffs, and provide validation and rollback steps. Do not apply the manifest.
SKILL.md · Checked Sep 18, 2026