Learn-skills.dev vllm-studio
Use when setting up, deploying, or operating vLLM Studio (env keys, controller/frontend startup, Docker services, branch workflow, and release checklists).
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/0xsero/vllm-studio/vllm-studio" ~/.claude/skills/neversight-learn-skills-dev-vllm-studio && rm -rf "$T"
manifest:
data/skills-md/0xsero/vllm-studio/vllm-studio/SKILL.mdsource content
vLLM Studio Operations
Overview
This skill covers operational workflows for vLLM Studio: local setup, deployment, environment keys, branch hygiene, and verification steps.
When To Use
- Setting up a new workstation or server.
- Deploying controller/frontend updates.
- Rotating API keys or changing environment settings.
- Preparing a release or syncing branches.
Quick Start
- Read
to set required env variables.references/env-and-keys.md - Read
for local and server deploy flows.references/deployment.md - Read
for branch and release hygiene.references/branches.md
Workflow (Short)
- Ensure
is configured and Docker services are up (if used)..env - Build/test controller + frontend.
- Deploy controller (port 8080) and rebuild frontend.
- Verify OpenAI-compatible endpoints and
UI./chat - Tag release and update changelog.
References
for env variables and API keys.references/env-and-keys.md
for local + production deployment commands.references/deployment.md
for branch checkout, merge, and release steps.references/branches.md