This generates Kubernetes manifests with a strict validation loop baked in. It handles everything from basic Deployments and Services to CRDs like Argo CD Applications, using a bounded lookup process via Context7 when it needs custom resource schemas. The execution model is deterministic with mandatory validation at the end, either through the k8s-yaml-validator skill or direct kubeconform and kubectl dry-run commands if that's not available. It applies production defaults like security contexts, resource limits, and consistent labeling. Use it when you need complete, validated YAML rather than quick snippets. The three-attempt cap on validation loops keeps it from spinning indefinitely on broken configs.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill k8s-yaml-generator