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-technical-blog-writergit 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-technical-blog-writer)<a href="https://agentmods.dev/skills/shen-shanshan/vllm-dev-skills/vllm-technical-blog-writer"><img src="https://agentmods.dev/badge/skills/shen-shanshan/vllm-dev-skills/vllm-technical-blog-writer/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-technical-blog-writer"><img src="https://agentmods.dev/badge/skills/shen-shanshan/vllm-dev-skills/vllm-technical-blog-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00104 | $0.01614 |
| Opus 5 | $0.00052 | $0.00807 |
| Sonnet 5 | $0.00021 | $0.00323 |
| Haiku 4.5 | $0.00010 | $0.00161 |
Grade A, and why
vllm-technical-blog-writer 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 12d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
vLLM Technical Blog Writer
Write technically accurate vLLM articles that sound like the author, not a generic tutorial generator.
Required references
Before writing:
- Read references/style-profile.md.
- Read references/diagram-guide.md when the article needs any diagram.
- Treat the user's draft, outline, references, and explicit wording as higher priority than the default patterns in those files.
Select the workflow
- New article: the user supplies a topic but no article draft. Follow "Create a new article".
- Complete an article: the user supplies an outline, template, or partially written Markdown article. Follow "Complete an existing article".
- If the request mixes both, preserve supplied content and treat it as an existing article.
Research rules
Research before drafting. Do not rely on model memory for current vLLM behavior.
- Inspect the latest
mainbranch ofvllm-project/vllm, unless the user specifies a release, commit, or PR. - Record the analyzed commit SHA or exact version in working notes. Mention it in the article only when version context matters.
- Find the actual entry points, core classes/functions, data structures, and call path. Read implementations rather than inferring behavior from names.
- Cross-check with first-party sources in this order:
- vLLM source code and tests
- vLLM official documentation, design docs, PRs, issues, and discussions
- upstream papers and dependency documentation
- high-quality third-party material
- Prefer merged code and current docs. Clearly label behavior that exists only in an open PR, proposal, or older release.
- Keep a source list while researching. Every benchmark number, version-sensitive statement, or non-obvious claim must be traceable.
- If sources disagree, use the code as the source of truth and explain the version difference.
- Never invent code paths, API names, benchmark data, design rationale, or citations.
What ships with it
27 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/vLLM多模态推理|ViT_Full_CUDA_Graph/images/capture-replay-flow.mmd 838 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/capture-replay-flow.svg 4.3 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/cuda-graph-基本原理.png 161 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/dual-path-flow.mmd 677 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/dual-path-flow.svg 3.8 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/encoder-cudagraph-architecture.mmd 676 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/encoder-cudagraph-architecture.svg 3.0 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/generate-multi-model-performance-gains.py 7.8 KB runs code
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/greedy-packing.mmd 532 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/greedy-packing.svg 2.7 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/multi-model-performance-gains.csv 4.4 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/multi-model-performance-gains.svg 12 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/performance-data.csv 2.2 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/qwen3-vl-image-flow.mmd 724 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/qwen3-vl-image-flow.svg 3.7 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/qwen3-vl-video-flow.mmd 920 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/qwen3-vl-video-flow.svg 4.5 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/vit-dp-flow.mmd 500 B
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/images/vit-dp-flow.svg 2.8 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/index-1.md 45 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/index-2.md 47 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/references/CUDA-Graph捕获限制.md 8.5 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/references/Notes.md 17 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/references/README.md 1.6 KB
- outputs/vLLM多模态推理|ViT_Full_CUDA_Graph/references/vit_full_cuda_graph.md 46 KB
- references/diagram-guide.md 3.8 KB
- references/style-profile.md 8.3 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.
- 12d ago First seen · 126 lines · 104 tokens per session scan A 05146ff8a6eb
vllm-technical-blog-writer is a skill published in the GitHub repository shen-shanshan/vllm-dev-skills (17 stars, last pushed 3d ago), licensed Apache-2.0. It adds 104 tokens to every session and 1,614 once invoked, about $0.0005 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
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.
outlines
Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.
ensembl-database
Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.