"Launch and debug SGLang serving runtime, OpenAI-compatible APIs,
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill serving-runtime --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Serving Runtime?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-serving-runtime)More formats (shields.io, HTML) on the badges page.
---
name: serving-runtime
description: "Launch and debug SGLang serving runtime, OpenAI-compatible APIs,
server arguments, cache/scheduler behavior, parallelism, and production
serving caveats."
disable-model-invocation: true
metadata:
disco-role: operating
license: Apache 2.0
---
# Serving Runtime
Use this sub-skill for `sglang serve`, `launch_server.py`, `ServerArgs`, HTTP/OpenAI-compatible endpoints, tokenizer/engine settings, tensor/data/expert parallelism, radix/KV cache, speculative decoding, disaggregation, and server runtime failures.
Start by separating argument parsing, model/tokenizer loading, CUDA visibility, backend dependency availability, and request-shape errors. Avoid recommending a full server run unless the environment has the pinned SGLang runtime dependencies installed.
## Cross-Links
- Root routing: `../../SKILL.md`
- Workflow map: `../../references/workflow-map.md`
- Cross-cutting troubleshooting: `../../references/troubleshooting.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.