Coreweave prod checklist
'Production readiness checklist for CoreWeave GPU workloads.From its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill coreweave-prod-checklistAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, 299 tokens by cl100k_base, as published. Nobody here has run it
CoreWeave Production Checklist
Community-contributed. Not affiliated with, endorsed by, or sponsored by CoreWeave, Inc. CoreWeave is a registered trademark of CoreWeave, Inc.
Inference Services
- GPU type and count validated for model size
- Autoscaling configured (KServe or HPA)
- Health and readiness probes set
- Resource requests AND limits specified
- Node affinity targeting correct GPU class
-
minReplicas >= 1for production (no cold starts)
Storage
- Model weights in PVC (not downloaded at startup)
- Checkpoints saved to persistent storage
- Storage class appropriate (SSD for inference, HDD for archival)
Security
- Secrets for model tokens and registry access
- Network policies applied
- Container images from trusted registries
Monitoring
- GPU utilization metrics collected
- Inference latency and throughput tracked
- Alert on pod restarts and OOM events
- Log aggregation configured
Rollback
kubectl rollout undo deployment/my-inference
kubectl rollout status deployment/my-inference
Resources
Next Steps
For upgrades, see coreweave-upgrade-migration.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.