agentsop-vllm

Community

Tune, debug, and serve LLMs with vLLM.

Authoragentsope
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides decision-grade guidance for serving LLMs with vLLM, helping you pick the right configuration and resolve common production issues like CUDA OOM, low throughput, and poor latency.

Core Features & Use Cases

  • Inference-engine activation guidance: tells you when vLLM is the correct choice versus alternatives (TGI/SGLang/TensorRT-LLM/llama.cpp/Ollama) based on your workload and constraints.
  • Practical serving SOP: covers the mental model (PagedAttention KV-cache as virtual memory, continuous batching, prefill vs decode), and then walks through precision, parallelism, memory/batch envelope sizing, prefix caching, and optional speculative decoding.
  • Evidence-driven operation: includes targeted dilemma resolutions (batching vs latency, FP8 vs AWQ, TP=4 vs replicas, prefix caching ROI, speculative decoding tradeoffs) for tuning under real load.

Quick Start

Ask a coder-agent to use agentsop-vllm to diagnose your vLLM throughput/latency/OOM problem and produce a concrete configuration change plan for your exact model, GPU topology, and request length distribution.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: agentsop-vllm
Download link: https://github.com/agentsope/SkillAlchemy/archive/main.zip#agentsop-vllm

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.