Armory
Source
Browse
Skills

sglang

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install sglang --cli claude

writes the skill into.claude/skills/sglang/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/sglang/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

When to use it

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/inference-serving-sglang/SKILL.md -o .claude/skills/inference-serving-sglang/SKILL.md

Notes

Extracted from davila7/claude-code-templates, inference-serving-sglang category.