You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`llm-torch-profiler-analysis`](skills/llm-torch-profiler-analysis/)| You need a three-table profiler report that keeps `extend/prefill` and `decode` evidence separate. |
44
44
|[`llm-pipeline-analysis`](skills/llm-pipeline-analysis/)| You need forward-pass, layer, and kernel-level timing from a torch profiler trace, including anchor boundaries and Perfetto ranges. |
45
45
|[`model-compute-simulation`](skills/model-compute-simulation/)| You need operator shapes, FLOPs, MFU estimates, kernel-to-op mapping, or parallelism what-if analysis for an LLM serving shape. |
46
+
|[`model-pr-diff-dossier`](skills/model-optimization/model-pr-diff-dossier/)| You need to create or revise model PR history docs with manual diff-reviewed cards instead of shallow PR-title summaries. |
46
47
|[`sglang-humanize-review`](skills/sglang-humanize-review/)| You need SGLang code-review findings grounded in full human PR review episodes from project start through the latest refresh (June 2026), including inline code context, top-level discussion, review summaries, and multi-round replies. Every review opens with a PR comprehension pass — a change summary plus a Mermaid execution flowchart with the diff's modified steps marked — so the reviewer sees how the PR runs before the findings. |
47
48
|[`sglang-sota-humanize-loop`](skills/sglang-sota-humanize-loop/)| You want one model-level Humanize RLCR loop that owns SGLang gap decisions against a selected comparison framework set, profiler triage, required layer-pipeline deep dives, SGLang patches, optional `ncu-report-skill` evidence, and real-model revalidation after the fixed fair benchmark. |
48
49
|[`vllm-sota-humanize-loop`](skills/vllm-sota-humanize-loop/)| You want one model-level Humanize RLCR loop that owns gap decisions, profiler triage, required layer-pipeline deep dives, vLLM patches, optional `ncu-report-skill` evidence, and real-model revalidation after the fixed fair benchmark. |
0 commit comments