Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Lsglang

Lsglang 收录了来自 guqiong96 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
97
更新
2026-07-06
Forks
9
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cookbook-add-model
软件开发工程师

Add a new model to the SGLang Cookbook (docs_new/, Mintlify), config-driven format — instantiate the model-agnostic template into a per-model config (+ benchmarks) JSX under src/snippets/configs/, an MDX page, the docs.json nav entry, NEW-tag hygiene, and the homepage vendor card. Interactive, multi-phase. Run with /cookbook-add-model.

2026-07-06
cookbook-migrate-model
软件开发工程师

Migrate a legacy-template SGLang cookbook page (monolithic per-model generator under docs_new/src/snippets/autoregressive/) onto the config-driven template (shared _deployment.jsx / _playground.jsx engines + per-model config). Use when asked to migrate, convert, or port an existing cookbook page — NOT for brand-new models (use cookbook-add-model for those). Run with /cookbook-migrate-model <Model page name, e.g. GLM-5.1>.

2026-07-06
cookbook-review-pr
软件质量保证分析师与测试员

Review a pull request against the SGLang Cookbook (docs_new/, Mintlify) contribution checklist — the config-driven format (per-model config + benchmarks JSX consumed by the shared _deployment.jsx / _playground.jsx engines). Run with /cookbook-review-pr <PR number>.

2026-07-06
add-jit-kernel
软件开发工程师

Step-by-step tutorial for adding a new lightweight JIT CUDA kernel to sglang's jit_kernel module

2026-06-30
llm-torch-profiler-analysis
软件开发工程师

Unified LLM torch-profiler triage skill for `sglang`, `vllm`, `TensorRT-LLM`, and `TokenSpeed`. Use it to inspect an existing `trace.json(.gz)` or profile directory, or to drive live profiling against a running server when supported and return one three-table report with kernel, overlap-opportunity, and fuse-pattern tables.

2026-06-27
sglang-diffusion-benchmark-profile
软件开发工程师

Use when benchmarking denoise latency or profiling a diffusion bottleneck in SGLang.

2026-06-27
sglang-diffusion-performance
软件开发工程师

Use when choosing the fastest SGLang Diffusion flags for a model, GPU, and VRAM budget.

2026-06-27
sglang-diffusion-add-model
软件开发工程师

Use when adding a new diffusion model or Diffusers pipeline to SGLang.

2026-06-19
sglang-diffusion-modelopt-quant
软件开发工程师

Use when quantizing a diffusion DiT with NVIDIA ModelOpt and making the resulting FP8 or NVFP4 checkpoint loadable, verifiable, and benchmarkable in SGLang Diffusion.

2026-06-08
large-class-init-style
软件开发工程师

`__init__` style for SGLang `Scheduler`, `TokenizerManager`, and `ModelRunner`. Use when modifying the `__init__` of any of these three classes, or reviewing changes that add new construction logic to them.

2026-05-26
mechanical-refactor-verify
软件开发工程师

Verify mechanical refactoring commits by requiring a reproducible transform script (gist) in the PR description. Use when doing or reviewing file splits, function moves, or module extractions.

2026-05-16