agentsclimarketplace

Coreweave reference architecture

Skill ComeOnOliver/skillshub/skills/jeremylongshore/claude-code-plugins-plus-skills/coreweave-reference-architecture

🧠 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-reference-architecture

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

Reference architecture for CoreWeave GPU cloud deployments. Use when designing ML infrastructure, planning multi-model serving, or establishing CoreWeave deployment standards. Trigger with phrases like "coreweave architecture", "coreweave design", "coreweave infrastructure", "coreweave best practices".

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

3.5 KB, 603 tokens by cl100k_base, as published. Nobody here has run it

CoreWeave Reference Architecture

Architecture Diagram

                    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                    β”‚   Load Balancer     β”‚
                    β”‚   (Ingress/LB)      β”‚
                    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                               β”‚
              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
              β”‚                β”‚                β”‚
     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”
     β”‚ Model A       β”‚ β”‚ Model B       β”‚ β”‚ Model C     β”‚
     β”‚ (vLLM, A100)  β”‚ β”‚ (TGI, H100)  β”‚ β”‚ (SD, L40)   β”‚
     β”‚ 2 replicas    β”‚ β”‚ 1 replica     β”‚ β”‚ 3 replicas  β”‚
     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
              β”‚                β”‚                β”‚
     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”
     β”‚              Shared Storage (PVC)                β”‚
     β”‚         Models / Checkpoints / Data              β”‚
     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Project Structure

ml-platform/
β”œβ”€β”€ k8s/
β”‚   β”œβ”€β”€ base/                    # Shared templates
β”‚   β”œβ”€β”€ models/
β”‚   β”‚   β”œβ”€β”€ llama-8b/           # Per-model manifests
β”‚   β”‚   β”œβ”€β”€ llama-70b/
β”‚   β”‚   └── stable-diffusion/
β”‚   └── infra/
β”‚       β”œβ”€β”€ storage.yaml         # PVCs
β”‚       β”œβ”€β”€ secrets.yaml         # Model tokens
β”‚       └── monitoring.yaml      # Prometheus rules
β”œβ”€β”€ containers/
β”‚   β”œβ”€β”€ vllm/Dockerfile
β”‚   └── custom-server/Dockerfile
β”œβ”€β”€ scripts/
β”‚   β”œβ”€β”€ deploy.sh
β”‚   └── benchmark.sh
└── monitoring/
    β”œβ”€β”€ grafana-dashboards/
    └── alert-rules.yaml

Key Design Decisions

DecisionChoiceRationale
Serving frameworkvLLMContinuous batching, PagedAttention
GPU type (production)A100 80GBBest price/performance for inference
StorageShared PVC (SSD)Fast model loading across replicas
AutoscalingKServe + KnativeNative scale-to-zero support
Container registryGHCRGitHub integration, free for public

Resources

Next Steps

For multi-environment setup, see coreweave-multi-env-setup.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. 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.