This one walks you through generating production-grade Kubernetes manifests step by step. It covers the usual suspects: Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims. The focus is on best practices like resource limits, health checks, and security contexts, which is helpful if you're tired of copy-pasting manifests from StackOverflow and wondering what you forgot. It includes an implementation playbook with patterns and examples, so you're not starting from scratch. Good for teams that want consistency across environments or anyone who needs a structured approach to writing YAML that won't break in production. Nothing revolutionary, but solid for avoiding the common gotchas.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill k8s-manifest-generator