agentsclimarketplace

Coreweave multi env setup

Skill ComeOnOliver/skillshub/skills/jeremylongshore/claude-code-plugins-plus-skills/coreweave-multi-env-setup

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill coreweave-multi-env-setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Configure CoreWeave across development, staging, and production environments. Use when setting up multi-environment GPU infrastructure, separating namespaces, or managing per-environment GPU quotas. Trigger with phrases like "coreweave environments", "coreweave staging", "coreweave multi-env", "coreweave namespace setup".

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.4 KB, 256 tokens by cl100k_base, as published. Nobody here has run it

CoreWeave Multi-Env Setup

Environment Strategy

EnvironmentGPU TypeScale-to-ZeroReplicas
DevL40Yes0-1
StagingA100 40GBYes0-2
ProductionA100 80GBNo2-10

Kustomize Overlays

# k8s/overlays/dev/gpu-patch.yaml
- op: replace
  path: /spec/template/spec/affinity/nodeAffinity/requiredDuringSchedulingIgnoredDuringExecution/nodeSelectorTerms/0/matchExpressions/0/values
  value: ["L40"]

# k8s/overlays/prod/gpu-patch.yaml
  value: ["A100_PCIE_80GB"]
# Deploy per environment
kubectl apply -k k8s/overlays/dev/
kubectl apply -k k8s/overlays/prod/

Resources

Next Steps

For observability, see coreweave-observability.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.