Saddss

41 mods across 1 repository, 2 stars between them.

perf-host-analysis

25

Saddss/cursor-skills

Skill Claude CodeCodex

Analyze host/CPU overhead in LLM inference (vLLM / SGLang / TRT-LLM serve / lmdeploy / TensorRT-LLM) from nsys traces. Phase 1 (Detection): determine whether host overhead is the bottleneck via a binary YES/NO verdict with metric evidence (GPU idle ratio, host prep exposed ratio, per-phase breakdown). Phase 2 (Root…

2 3d ago A 202 tokens

Saddss/cursor-skills

Skill Claude CodeCodex

Profiles and optimizes LLM inference host / CPU overhead (vLLM / SGLang / TRT-LLM serve / lmdeploy / TensorRT-LLM PyExecutor) using lineprofiler (with nsys support planned). Runs iterative profile-analyze-optimize-validate rounds. Use when GPU utilization is low, when perf-host-analysis has concluded "host-bound", or…

2 3d ago A 130 tokens

Saddss/cursor-skills

Skill Claude CodeCodex

Analyze ncu (NVIDIA Nsight Compute) profiling output: SOL% bottleneck classification, roofline analysis, occupancy diagnosis, memory hierarchy analysis, warp stall analysis, metric interpretation, and programmatic .ncu-rep report analysis. Use when optimizing CUDA kernels in vLLM / SGLang / TRT-LLM / custom inference…

2 3d ago B 127 tokens

perf-nsight-systems

28

Saddss/cursor-skills

Skill Claude CodeCodex

Nsight Systems (nsys) CLI for system-level timeline profiling. Use when the user wants to run nsys profile, analyze .nsys-rep reports, use nsys stats/analyze/recipe commands, diagnose GPU idle time from timeline traces, profile distributed training with NCCL overlap analysis, or profile an LLM inference server (vLLM /…

2 3d ago B 194 tokens

perf-optimization

29

Saddss/cursor-skills

Skill Claude CodeCodex

Performance optimization coordination playbook. Contains specialist routing table, TileIR two-step pipeline, kernel generation specialist selection, prioritization criteria, and safe modification workflow. Use when applying optimizations, writing kernels, or improving vLLM / SGLang / TRT-LLM / lmdeploy performance.…

2 3d ago A 74 tokens

Saddss/cursor-skills

Skill Claude CodeCodex

Code instrumentation for timing workloads. Two scenarios: (1) Training loop — inject manual timing to report per-iteration latency, throughput (samples/sec), and data load time. (2) Standalone kernel/op — write CUDA event timing code with warmup, per-iteration statistics, and anti-pattern avoidance. Also covers NVTX…

2 3d ago A 198 tokens

Saddss/cursor-skills

Skill Claude CodeCodex

Benchmark an ingress-layer hot/cold pool separation scheme for LLM serving against a unified cache-aware baseline, and (optionally) reproduce it on real Kubernetes via kind. Use when the user asks to "测冷热分离"/"ingress split benchmark"/"分离 vs 统一哪个 QPS 高"/"扫冷热配比"/"pp separation"/"验证 ingress-nginx 冷热分流"/"在 kind 上跑真 vLLM…

2 3d ago A 0 tokens

pptx

32

Saddss/cursor-skills

Skill Claude CodeCodex

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

2 3d ago A 152 tokens

prototype

33

Saddss/cursor-skills

Skill Claude CodeCodex

Build throwaway prototypes to validate a design before production code. Terminal state-machine for routing/cache/overload logic, or UI variants on one route. Use when prototyping, sanity-checking a state model, exploring routing policies, or saying "prototype this" / "let me play with it".

2 3d ago A 62 tokens

review

34

Saddss/cursor-skills

Skill Claude CodeCodex

Two-axis branch review — Standards (CONTRIBUTING.md, CONTEXT, ADRs) and Spec (issue/PRD/plan). Runs parallel sub-agents on git diff. Use before PR, when reviewing a branch, or after implementing routing/benchmark/harness changes.

2 3d ago A 59 tokens

search-first

35

Saddss/cursor-skills

Skill Claude CodeCodex

Research-before-coding workflow. Search the repo, framework APIs, libraries, and existing patterns before writing custom code. Use when adding a feature to a mature framework (vLLM, SGLang, TRT-LLM, benchmark harness), before creating a utility/helper, or when the user asks to "add X functionality".

2 3d ago A 69 tokens

Saddss/cursor-skills

Skill Claude CodeCodex

Scaffold docs/agents/ in a target repo — issue tracker (GitHub/GitLab/local), triage labels, domain doc layout. Run once per repo before to-issues, review, or other skills that read docs/agents/issue-tracker.md.

2 3d ago A 63 tokens

simplify-code

37

Saddss/cursor-skills

Skill Claude CodeCodex

Simplify and refine recently changed code for clarity, reuse, and efficiency while preserving behavior. Use before opening a PR, after implementing a feature in a mature framework, or when asked to clean up a branch diff.

2 3d ago A 47 tokens

tdd

38

Saddss/cursor-skills

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, asks for test-first development, or writes tests for benchmark harnesses, profiling scripts, or inference automation.

2 3d ago A 59 tokens

to-issues

39

Saddss/cursor-skills

Skill Claude CodeCodex

Break a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when converting a plan into issues, splitting a benchmark study / routing feature / multi-PR infra work into tickets, or preparing AFK-agent-ready tasks.

2 3d ago A 60 tokens

Saddss/cursor-skills

Skill Claude CodeCodex

Before claiming work is complete, fixed, or passing — run verification commands and cite evidence. Use before commit/PR, after implementing features or benchmark fixes, when saying tests pass or bug is fixed.

2 3d ago A 45 tokens

writing-plans

41

Saddss/cursor-skills

Skill Claude CodeCodex

Write bite-sized implementation plans from an approved spec. Use after brainstorming or grill-with-docs, before touching code on multi-step features in mature codebases (vLLM, SGLang, inference harness, serving stack patches).

2 3d ago A 50 tokens