vllm-model-tutorial

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

A guide for creating detailed Chinese technical tutorials about specific language and vision models supported by vLLM, a system for running AI models. The tutorials cover model architecture, processing steps, computation, diagrams, and comparisons.

In plain words
What is it for?
Use it to identify a supported model and generate a Chinese tutorial covering its architecture, inputs, forward pass, vision processing, and related model versions.
Why use it?
It gives a consistent way to explain how a chosen vLLM model works instead of producing a shallow overview.

Skill for Claude CodeCodex

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

Good fit Use it to identify a supported model and generate a Chinese tutorial covering its architecture, inputs, forward pass, vision processing, and related model versions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shen-shanshan/vllm-dev-skills/vllm-model-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-model-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-model-tutorial

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/shen-shanshan/vllm-dev-skills/vllm-model-tutorial"><img src="https://agentmods.dev/badge/skills/shen-shanshan/vllm-dev-skills/vllm-model-tutorial.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 246 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,668 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.00246 $0.01668
Opus 5 $0.00123 $0.00834
Sonnet 5 $0.00049 $0.00334
Haiku 4.5 $0.00025 $0.00167

Measured 9d ago against content hash 80b687d2e064, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

vllm-model-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 9d 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-model-tutorial/SKILL.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

vLLM Model Tutorial Generator

Generate a comprehensive model technical tutorial document for a given model supported by vLLM.

Workflow

Step 1: Identify the Model

Extract the model name from the user's request. Normalize common aliases:

  • "Qwen3-VL" / "Qwen3VL" → Qwen3-VL
  • "Qwen2.5-VL" → Qwen2.5-VL
  • "DeepSeek-V3" / "DSv3" → DeepSeek-V3
  • "InternVL3" / "InternVL 3" → InternVL3
  • "Llama 4" → Llama 4
  • "GPT-OSS" → GPT-OSS

If the model name is ambiguous, ask the user to clarify.

Step 2: Research the Model

Gather information from multiple sources. This is the most critical step — thorough research determines document quality.

2a. Find Technical Reports and Papers

Search for the model's official technical report, paper, or blog post:

  • Use WebSearch: "{model_name} technical report arxiv" or "{model_name} paper"
  • Use WebFetch to read the paper/report and extract architecture details, innovations, benchmarks
  • For model series: also find reports for predecessor models to build the evolution timeline

2b. Gather Model Family Information

Build the model family comparison context:

  • Search for the full model series evolution (e.g., Qwen-VL → Qwen2-VL → Qwen2.5-VL → Qwen3-VL)
  • For each variant: collect parameter counts, release dates, key innovations, performance benchmarks
  • Find HuggingFace and ModelScope links for each variant (search huggingface.co/{model_id})
  • Collect technical report / paper links for each variant

2c. Analyze Model Architecture

Extract detailed architecture information from papers, docs, and the LLM Architecture Gallery:

  • Overall architecture design (encoder-decoder, decoder-only, cross-attention)
  • Key components: attention mechanism (MHA/GQA/MQA/MLA), FFN type (dense/MoE), normalization, activation
  • For VLMs: ViT architecture, visual token projection, multimodal fusion strategy
  • Context length, vocabulary size, hidden dimensions, layer counts
  • Special tokens, chat template, generation config
  • Reference: https://sebastianraschka.com/llm-architecture-gallery/ for comparative context

Read the full file on GitHub · 132 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. 9d ago First seen · 132 lines · 246 tokens per session scan A 80b687d2e064

Subscribe to this mod's changes

vllm-model-tutorial is a skill published in the GitHub repository shen-shanshan/vllm-dev-skills (17 stars, last pushed yesterday), licensed Apache-2.0. It adds 246 tokens to every session and 1,668 once invoked, about $0.0012 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.