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
#337
across all skills
In DevOps
#7
category rank
Stars
342
+0.6% in last 7d
Forks
61
+5.2% in last 7d
Watchers
7
+16.7% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
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.