From coreweave-pack
Provides production readiness checklist for CoreWeave GPU workloads including inference services, autoscaling, storage, security, monitoring, and Kubernetes rollback.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin coreweave-packThis skill is limited to using the following tools:
- [ ] GPU type and count validated for model size
Deploys AI inference services on CoreWeave Kubernetes using Helm charts and Kustomize for GPU scaling and multi-model setups.
Executes Vast.ai production checklist for GPU workloads, verifying account setup, instance config, data safety, monitoring, and cost controls for training pipelines.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
minReplicas >= 1 for production (no cold starts)kubectl rollout undo deployment/my-inference
kubectl rollout status deployment/my-inference
For upgrades, see coreweave-upgrade-migration.