Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.
Add this skill
npx mdskills install sickn33/k8s-manifest-generatorWell-scoped manifest generation skill but lacks concrete actionable instructions in main file
1---2name: k8s-manifest-generator3description: Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.4---56# Kubernetes Manifest Generator78Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.910## Use this skill when1112Use this skill when you need to:13- Create new Kubernetes Deployment manifests14- Define Service resources for network connectivity15- Generate ConfigMap and Secret resources for configuration management16- Create PersistentVolumeClaim manifests for stateful workloads17- Follow Kubernetes best practices and naming conventions18- Implement resource limits, health checks, and security contexts19- Design manifests for multi-environment deployments2021## Do not use this skill when2223- The task is unrelated to kubernetes manifest generator24- You need a different domain or tool outside this scope2526## Instructions2728- Clarify goals, constraints, and required inputs.29- Apply relevant best practices and validate outcomes.30- Provide actionable steps and verification.31- If detailed examples are required, open `resources/implementation-playbook.md`.3233## Resources3435- `resources/implementation-playbook.md` for detailed patterns and examples.36
Full transparency — inspect the skill content before installing.