Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
sgl-project
GitHub 제작자 프로필

sgl-project

7개 GitHub 저장소에서 수집된 36개 skills를 저장소 단위로 보여줍니다.

수집된 skills
36
저장소
7
업데이트
2026-07-11
저장소 탐색

저장소와 대표 skills

sglang-runtime-context
소프트웨어 개발자

How SGLang's runtime configuration and process-global state are organized (RuntimeContext tiers, resolve-at-end ServerArgs, override entry point, resource/stream/buffer leases, per-forward flags), the CI guardrails that enforce the design, and the idioms for developing and testing against it. Load this before touching server_args, model overrides, module-level state, or per-forward state in sglang.

2026-07-09
mechanical-refactor-verify
소프트웨어 개발자

Make mechanical refactoring (file splits, function moves, module extractions, renames) machine-checkable instead of eyeballed. Reproduce a relocation commit byte-for-byte from faithful primitives, and split an extraction into a verifiable prepare + move + postpare. Use when doing or reviewing such changes.

2026-07-08
large-class-style
소프트웨어 개발자

Code style for SGLang large classes `Scheduler`, `TokenizerManager`, and `ModelRunner`: frozen-code conventions and `__init__` orchestration style. Use when modifying any of these three classes or reviewing changes to them.

2026-07-08
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
ci-workflow-guide
소프트웨어 개발자

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
이 저장소에서 수집된 skills 25개 중 상위 8개를 표시합니다.
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다