kubectl-namespace-order

star 1

Enforce consistent kubectl namespace flag placement to reduce mistakes.

chik4ge-homelab By chik4ge-homelab schedule Updated 1/11/2026

name: kubectl-namespace-order description: Enforce consistent kubectl namespace flag placement to reduce mistakes.

What I do

  • Ensure kubectl commands use kubectl <subcommand> -n <namespace> ...

When to use me

Use this when suggesting or reviewing kubectl commands so the namespace flag appears immediately after the subcommand.

Examples

kubectl get -n kube-system pods

kubectl -n kube-system get pods

Install via CLI
npx skills add https://github.com/chik4ge-homelab/homelab-applications --skill kubectl-namespace-order
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
chik4ge-homelab
chik4ge-homelab Explore all skills →