| name | kubernetes-skill |
| description | Production-grade Kubernetes guidance (KubeShark). Activates for any task involving Kubernetes manifests, Helm charts, Kustomize overlays, RBAC, NetworkPolicies, or cluster operations. Enforces a failure-mode workflow with Conditional Reference Retrieval. |
KubeShark (Kubernetes Skill)
This is a stub. The full skill content lives outside this repository at:
~/Projects/Code/kubernetes-skill/
Activation
Load the upstream workflow before responding to Kubernetes tasks:
- Read
~/Projects/Code/kubernetes-skill/SKILL.md for the failure-mode
workflow.
- Pull individual files from
~/Projects/Code/kubernetes-skill/references/
on demand per the Conditional Reference Retrieval (CRR) pattern. Do not
preload the full reference set.
- For platform-specific work (EKS, GKE, AKS, OpenShift, GitOps controllers,
observability stacks), load the matching file from
~/Projects/Code/kubernetes-skill/references/conditional/.
Setup
If the local path is missing, clone it first:
git clone https://github.com/LukasNiessen/kubernetes-skill.git \
~/Projects/Code/kubernetes-skill