> coreweave-prod-checklist
Production readiness checklist for CoreWeave GPU workloads. Use when launching inference services, preparing GPU training for production, or validating deployment configurations. Trigger with phrases like "coreweave production", "coreweave go-live", "coreweave checklist", "coreweave launch".
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/coreweave-prod-checklist?format=md"CoreWeave Production Checklist
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.
> related_skills --same-repo
> fathom-cost-tuning
Optimize Fathom API usage and plan selection. Trigger with phrases like "fathom cost", "fathom pricing", "fathom plan".
> fathom-core-workflow-b
Sync Fathom meeting data to CRM and build automated follow-up workflows. Use when integrating Fathom with Salesforce, HubSpot, or custom CRMs, or creating automated post-meeting email summaries. Trigger with phrases like "fathom crm sync", "fathom salesforce", "fathom follow-up", "fathom post-meeting workflow".
> fathom-core-workflow-a
Build a meeting analytics pipeline with Fathom transcripts and summaries. Use when extracting insights from meetings, building CRM sync, or creating automated meeting follow-up workflows. Trigger with phrases like "fathom analytics", "fathom meeting pipeline", "fathom transcript analysis", "fathom action items sync".
> fathom-common-errors
Diagnose and fix Fathom API errors including auth failures and missing data. Use when API calls fail, transcripts are empty, or webhooks are not firing. Trigger with phrases like "fathom error", "fathom not working", "fathom api failure", "fix fathom".