AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Vllm Rfc Generator

skill-shen-shanshan-vllm-dev-skills-vllm-rfc-generator · by shen-shanshan

Generate a vLLM-style RFC (Request for Comments) document based on user input. Use when the user wants to create an RFC for a major architectural change or design decision in vLLM. Triggered by requests like "帮我生成一个vLLM RFC", "create a vLLM RFC for ...", "写一个RFC关于...", "生成RFC文档".

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-shen-shanshan-vllm-dev-skills-vllm-rfc-generator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-shen-shanshan-vllm-dev-skills-vllm-rfc-generator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Vllm Rfc Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

vLLM RFC Generator

Generate a vLLM-style RFC Markdown document from user-provided information and save it to ./outputs/.

Inputs

Collect the following from the user (ask if not provided):

| Field | Required | Description | |-------|----------|-------------| | RFC Title | Yes | Short, descriptive title (will be prefixed with [RFC]:) | | Main Content | Yes | Description of the motivation and proposed changes | | Related PRs | No | List of PR numbers or URLs; classify them by category | | Feedback Period | No | Duration for feedback (default: "At least 1 week") | | CC List | No | GitHub usernames to CC (e.g., @user1, @user2) | | Other Notes | No | Any additional context or notes |

Workflow

  1. Collect inputs — gather all necessary information from the user
  2. Classify PRs — if PRs are provided, group them by category (see PR Classification below)
  3. Generate RFC content — write each section following the template
  4. Save output — write to ./outputs/rfc-.md
  5. Confirm — tell the user the output path

PR Classification

When the user provides related PRs, classify them into appropriate categories such as:

  • Background / Motivation PRs — existing issues, bugs, or prior discussions that motivate this RFC
  • Implementation PRs — concrete code changes implementing the proposed design
  • Dependency PRs — prerequisite changes that must land first
  • Related / Follow-up PRs — tangential improvements or future work inspired by this RFC

Format each category as a bullet list:

### Related PRs

**Background / Motivation:**
- [#XXXX](https://github.com/vllm-project/vllm/pull/XXXX): Brief description

**Implementation:**
- [#YYYY](https://github.com/vllm-project/vllm/pull/YYYY): Brief description

**Dependencies:**
- [#ZZZZ](https://github.com/vllm-project/vllm/pull/ZZZZ): Brief description

If a PR number has no description, fetch its title via the GitHub API or gh CLI:

gh pr view  --repo vllm-project/vllm --json title,url -q '"\(.url): \(.title)"'

RFC Document Template

Save to /Users/shanshan-shen/.claude/skills/vllm-rfc-generator/outputs/rfc-.md where ` is the title converted to lowercase with hyphens (e.g., rfc-async-engine-redesign.md`).

# [RFC]: 

> **Labels**: RFC
> **Status**: Open for Feedback
> **Feedback Period**: 

---

## Motivation

- What problem does it solve?
- What are the current limitations or pain points?
- Why is this the right time to address it?

## Proposed Change

Key points to cover:
- What is being changed / added / removed?
- High-level design or architecture
- API surface changes (if any)
- Migration path or backward compatibility

### Key Design Decisions

- **Decision 1**: Rationale
- **Decision 2**: Rationale

## Related PRs

## Feedback Period

## CC List

, 

## Any Other Things

---

> Please take a look at previous [RFCs](https://github.com/vllm-project/vllm/issues?q=label%3ARFC+sort%3Aupdated-desc) for reference.

Writing Guidelines

  • Motivation: Be concrete. Reference real pain points, GitHub issues, or user feedback. 2–4 short paragraphs.
  • Proposed Change: Be specific enough that reviewers can evaluate the design, but avoid implementation minutiae. Use subsections for complex proposals.
  • Tone: Professional, neutral, open to feedback. This is a proposal, not a decree.
  • Length: Aim for 400–800 words total across Motivation and Proposed Change. Quality over quantity.
  • Language: Write in English by default. If the user requests Chinese, write in Chinese.

Example Output Path

/Users/shanshan-shen/.claude/skills/vllm-rfc-generator/outputs/rfc-async-engine-redesign.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.