runpod-usage
>-
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
--- name: runpod-usage description: >- license: Apache-2.0 --- # Runpod usage (concepts) Background knowledge for making the right choice before you act. This skill runs nothing — once you know what to do, execute with **runpod-mcp**/**runpodctl** (infra), **flash** (your own code), or **companion-clis** (models/images/data). **This skill explains; the golden paths demonstrate.** When the question is really "how do I do X" rather than "how does X work", the verified end-to-end example is the faster answer — [runpod/golden-paths/README.md](../runpod/golden-paths/README.md). Read the concept here, then follow the path. Read the one reference file that matches the question: | Question | Read | | --- | --- | | First-run setup / auth — get + set `RUNPOD_API_KEY`, SSH, companion creds | `reference/getting-started.md` | | Pods vs serverless, workers, cold starts, FlashBoot, queue vs load-balanced | `reference/concepts.md` | | **The development loop for ANY workload (start here)** — plan → prefer prebuilt → provision → verify → teardown | `reference/development-loop.md` | | **Stand up / iterate a workload on a pod** — the pod sub-loop | `reference/pod-workflows.md` | | **Deploy / iterate a serverless endpoint** — Hub vs flash vs custom, invoke + verify | `reference/endpoint-workflows.md` | | **Install software on a pod** — package hygiene, `uv`, non-interactive, caching | `reference/on-pod-setup.md` | | Build a Docker image Runpod can run (handler contract, Dockerfile, `--platform=linux/amd64`) | `reference/docker.md` | | **How to build an image well** — base image, layering, bake-in vs volume, pod vs serverless (queue/LB) contract | `reference/building-images.md` | | Where data lives — container disk vs network volume, model caching, S3 access | `reference/storage.md` | | Which GPU / how much VRAM / cost & availability / data centers | `reference/gpu-selection.md` | | Reaching a pod or endpoint over HTTP (proxy URLs, exposed ports) | `reference/networking.md` | | Common mistakes and how to avoid them | `reference/gotchas.md` |
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
1.5M
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
972.7k
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
828.8k

