vllm-feature-tutorial

vllm-feature-tutorial is a skill for Claude Code, Codex from shen-shanshan/vllm-dev-skills. It costs 152 tokens per session (1,064 once invoked), scanned A, original, Apache-2.0.

A skill for writing detailed Chinese tutorials about vLLM, a system for running large language models efficiently.

In plain words
What is it for?
It helps produce Markdown tutorials with code walkthroughs, architecture and process diagrams, comparisons, code examples, and performance analysis.
Why use it?
It gathers documentation and source-code evidence so explanations of vLLM features describe how they actually work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps produce Markdown tutorials with code walkthroughs, architecture and process diagrams, comparisons, code examples, and performance analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial
Install

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.

Any agent
npx skills add shen-shanshan/vllm-dev-skills --skill vllm-feature-tutorial
Clone the repo
git clone --depth 1 https://github.com/shen-shanshan/vllm-dev-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for vllm-feature-tutorial

README.md
[![agentmods](https://agentmods.dev/badge/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial/github.svg)](https://agentmods.dev/skills/shen-shanshan/vllm-dev-skills/vllm-feature-tutorial)
Your own site
<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.

agentmods 80×15 button for vllm-feature-tutorial

Your own site · 80×15
<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>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,064 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 0d6d6a38fb58, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

skills/vllm-feature-tutorial/SKILL.md · 101 lines

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 api or 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

Read the full file on GitHub · 101 lines

Changes

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.

  1. 10d ago First seen · 101 lines · 152 tokens per session scan A 0d6d6a38fb58

Subscribe to this mod's changes

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.

Related

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…

Haohao-end/openagent · 74 tokens

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,.

oyi77/1ai-skills · 50 tokens

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.

synthetic-sciences/openscience · 75 tokens

train

Use when running benchmark-oriented training with LlamaFactory, including SFT and RL.

simple-agent-lab/AutoTrainess · 19 tokens

ai-teacher

A guide to teaching about artificial intelligence, including how large language models work, prompt writing, AI agents, tools, and AI ethics.

mingchen666/Reviva · 37 tokens

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.

mingchen666/Reviva · 64 tokens