From kubernetes-deployment-creator
Deploy use when generating Kubernetes deployment manifests and services. Trigger with phrases like "create kubernetes deployment", "generate k8s manifest", "deploy app to kubernetes", or "create service and ingress". Produces production-ready YAML with health checks, auto-scaling, resource limits, ingress configuration, and TLS termination.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kubernetes-deployment-creator:creating-kubernetes-deploymentsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for the described functionality.
assets/README.mdassets/configmap_template.yamlassets/deployment_template.yamlassets/hpa_template.yamlassets/ingress_template.yamlassets/secret_template.yamlassets/service_template.yamlreferences/README.mdreferences/errors.mdreferences/examples.mdscripts/README.mdscripts/apply_manifest.shscripts/delete_manifest.shscripts/get_resource_status.shscripts/validate_manifest.shThis skill provides automated assistance for the described functionality.
Before using this skill, ensure:
Deployment Manifest:
# {baseDir}/k8s/deployment.yaml
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- Kubernetes documentation: https://kubernetes.io/docs/
- kubectl reference: https://kubernetes.io/docs/reference/kubectl/
- Deployment best practices: https://kubernetes.io/docs/concepts/workloads/
- Example manifests in {baseDir}/k8s-examples/
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
3plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub jamon8888/claude-code-plugins-plus --plugin kubernetes-deployment-creator