Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add shen-shanshan/vllm-dev-skills --skill vllm-feature-tutorialgit clone --depth 1 https://github.com/shen-shanshan/vllm-dev-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial)<a href="https://agentmods.dev/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial"><img src="https://agentmods.dev/badge/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial"><img src="https://agentmods.dev/badge/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00152 | $0.01064 |
| Opus 5 | $0.00076 | $0.00532 |
| Sonnet 5 | $0.00030 | $0.00213 |
| Haiku 4.5 | $0.00015 | $0.00106 |
Grade A, and why
vllm-feature-tutorial scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
vLLM Feature Tutorial Generator
Generate a comprehensive code walkthrough tutorial document for a given vLLM feature or module.
Workflow
Step 1: Identify the Feature
Extract the feature/module name from the user's request. Examples:
- "spec decode" / "speculative decoding"
- "chunked prefill"
- "automatic prefix caching"
- "tensor parallelism"
- "KV cache management"
- "continuous batching"
- "LoRA"
- "multimodal"
Step 2: Research the Feature
Gather information from multiple sources. This is the most important step — thorough research determines document quality.
2a. vLLM Official Documentation
- Fetch relevant pages from
https://docs.vllm.ai/en/latest/using WebFetch - Look for design docs, API references, usage guides
2b. vLLM Source Code
- Use
gh apior WebFetch to browse the vLLM GitHub repo (vllm-project/vllm) - Identify core source files for the feature (use GitHub code search or browse directory structure)
- Read key implementation files to understand:
- Core classes and their responsibilities
- Key interfaces and method signatures
- Data flow and control flow
- Important algorithms and data structures
2c. Related Resources
- Search for relevant blog posts, papers, or design documents
- Check vLLM GitHub discussions/issues for design rationale
Step 3: Generate the Tutorial Document
Read references/style-guide.md for the complete document structure and formatting conventions.
Key requirements:
- Write in Chinese (简体中文), keeping English for technical terms
- Follow the multi-part structure defined in the style guide
- Include rich visual elements:
- Mermaid flowcharts for workflows and data flow
- Mermaid architecture diagrams (flowchart TB with subgraph) for system overview
- Mermaid sequence diagrams for component interactions
- Mermaid class diagrams for class hierarchies
- Tables for parameter references, method comparisons, performance metrics
- Code snippets with file path annotations from actual vLLM source
- LaTeX formulas for algorithm analysis (where applicable)
- Include a document header with version info and date
- Include a 文档概述 section with target audience and reading guide
- End with appendices: code location index and glossary
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- outputs/amd_aiter_in_vllm.md 33 KB
- outputs/breakable_cudagraph.md 26 KB
- outputs/dcp.md 62 KB
- outputs/deepseek_v4_kv_cache_multistream.md 30 KB
- outputs/disaggregated_encoder_epd.md 37 KB
- outputs/dspark.md 77 KB
- outputs/model_runner_v2.md 27 KB
- outputs/multi_stream_overlap.md 24 KB
- outputs/vit_full_cuda_graph.md 46 KB
- references/style-guide.md 3.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 101 lines · 152 tokens per session scan A 0d6d6a38fb58
vllm-feature-tutorial is a skill published in the GitHub repository shen-shanshan/vllm-dev-skills (17 stars, last pushed 2d ago), licensed Apache-2.0. It adds 152 tokens to every session and 1,064 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
openai-docs
Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any…
ai-engineering-curriculum
Use when structured AI engineering curriculum — 382 skills + 99 prompts across 20 phases covering ML, deep learning, LLMs, agents, and production systems. Use when learning AI, building AI skills,.
serving-llms-vllm
Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.
train
Use when running benchmark-oriented training with LlamaFactory, including SFT and RL.
ai-teacher
A guide to teaching about artificial intelligence, including how large language models work, prompt writing, AI agents, tools, and AI ethics.
learning-visualization-skill
Generate single-file HTML visual explanations for learning and review. Use this skill when the user wants concept maps, process diagrams, principle demos, comparison diagrams, timelines, AI/ML model visualizations, or animated teaching pages that make a topic easier to understand,复习, or present.