Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

sglang

sglang contient 23 skills collectées depuis sgl-project, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
23
Stars
29.8k
mis à jour
2026-06-30
Forks
6.8k
Couverture métier
3 catégories métier · 65% classifié
explorateur de dépôts

Skills dans ce dépôt

add-jit-kernel
non classé

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

2026-06-30
ci-workflow-guide
non classé

Guide to SGLang CI workflow orchestration — stage ordering, fast-fail, gating, partitioning, execution modes, and debugging CI failures. Use when modifying CI workflows, adding stages, debugging CI pipeline issues, or understanding how tests are dispatched and gated across stages.

2026-06-30
write-sglang-test
non classé

Guide for writing SGLang CI/UT tests. Covers CustomTestCase, CI registration, server fixtures, model selection, mock testing, and test placement. Always read test/README.md for the full CI layout, how to run tests, and extra tips. Use when creating new tests, adding CI test cases, writing unit tests, or when the user asks to add tests for SGLang features.

2026-06-30
llm-torch-profiler-analysis
non classé

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
non classé

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

2026-06-27
sglang-diffusion-performance
non classé

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

2026-06-27
cookbook-add-model
non classé

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-06-26
cookbook-review-pr
non classé

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-06-26
sglang-diffusion-add-model
Développeurs de logiciels

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

2026-06-19
cookbook-migrate-model
Développeurs web

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-06-15
env-var-conventions
Développeurs de logiciels

Conventions for SGLang environment variables — where to define, how to access, how to name, and how to deprecate. Use when adding, renaming, or reviewing any `SGLANG_*` environment variable (or migrating a legacy `SGL_*` alias), or when touching `python/sglang/srt/environ.py`.

2026-06-11
sglang-diffusion-modelopt-quant
Développeurs de logiciels

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
scripted-runtime-notes
Développeurs de logiciels

Requirements for the SGLang scripted runtime, chiefly when to add (vs not add) a harness API. Use for anything related to the scripted runtime.

2026-06-06
large-class-init-style
Développeurs de logiciels

`__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
speculative-naming
Développeurs de logiciels

Naming conventions for SGLang speculative decoding identifiers. Use when adding, renaming, or reviewing identifiers in speculative decoding code — anything under `python/sglang/srt/speculative/`, related attention backends, scheduler accumulators, IPC fields, observability metrics, or CLI flags.

2026-05-25
clean-startup-log
Développeurs de logiciels

Clean up noisy startup warnings and spurious prints in SGLang server logs. Use when users ask to clean up unwanted warnings, deprecation messages, or third-party noise in the server startup output.

2026-05-24
sglang-cherrypick
Développeurs de logiciels

Trigger the bot-cherry-pick workflow for a batch of merged PRs onto a release branch and monitor each run to completion. Use when an SGLang release manager asks to cherry-pick a list of PRs to a release branch.

2026-05-22
mechanical-refactor-verify
Développeurs de logiciels

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
add-sgl-kernel
Développeurs de logiciels

Step-by-step tutorial for adding a heavyweight AOT CUDA/C++ kernel to sgl-kernel (including tests & benchmarks)

2026-04-28
generate-profile
Développeurs de logiciels

Generate an e2e profiling trace of an SGLang server run. Launches a server, validates accuracy, captures a Chrome-compatible trace, and returns the profile path.

2026-04-28
sglang-bisect-ci-regression
Analystes en assurance qualité des logiciels et testeurs

Investigate consistently failing SGLang CI tests by extracting the failure signature from scheduled or rerun workflows, bisecting the passing/failing commit window, checking runner or hardware specificity, and optionally reproducing on a remote GPU host.

2026-04-28
debug-distributed-hang
Développeurs de logiciels

Debug hanging issues in SGLang distributed inference (TP/PP/DP/EP). Covers identifying hang locations via py-spy/watchdog/cuda coredump, per-rank logging to find state divergence, binary-search methodology for locating the first diverge point, and fix patterns. Use when a multi-GPU SGLang run hangs, freezes, or times out during collective operations.

2026-04-09
debug-cuda-crash
Développeurs de logiciels

Call this skill when you need to debug CUDA crashes in SGLang using kernel API logging

2026-03-22