From wshobson-k8s-manifest-generator
Creates production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating K8s YAML or configuring production workloads.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wshobson-k8s-manifest-generator:k8s-manifest-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.
Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.
This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions.
Use this skill when you need to:
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
Pods not starting:
kubectl describe pod <pod-name>kubectl get nodeskubectl get events --sort-by='.lastTimestamp'Service not accessible:
kubectl get endpoints <service-name>kubectl run debug --rm -it --image=busybox -- shConfigMap/Secret not loading:
kubectl get configmap,secretAfter creating manifests:
helm-chart-scaffolding - For templating and packaginggitops-workflow - For automated deploymentsk8s-security-policies - For advanced security configurations3plugins reuse this skill
First indexed Jul 7, 2026
npx claudepluginhub p/wshobson-wshobson-k8s-manifest-generator-plugins-kubernetes-operations-skills-k8s-manifest-generatorCreates production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating K8s YAML or configuring production workloads.
Generates production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims following best practices.
Generates production-ready Kubernetes manifests (Deployments, Services, ConfigMaps, Secrets, PVCs) with best practices for resource limits, health checks, and security contexts.