cuda skills

180 tagged cuda, measured the same way as everything else here.

Browse within: moe 63PyTorch 40blackwell 35gpu-kernels 35high-performance-computing 35kernel-optimization 35llm-agents 35llm-serving 35inference 30ffmpeg 29cloud-native 28llama 28onnx 28sycl 28

add-jit-kernel

01

sgl-project/sglang

Skill Claude CodeCodex

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

33k yesterday A 27 tokens original Apache-2.0

sgl-project/sglang

Skill Claude CodeCodex

How SGLang's runtime configuration and process-global state are organized (RuntimeContext tiers, publish + namespace config bags, the pristine ServerArgs seed, override entry points, resource/stream/buffer leases, per-forward flags), the CI guardrails that enforce the design, and the idioms for developing and testing…

33k yesterday A 93 tokens original Apache-2.0

ad-model-onboard

04

NVIDIA/TensorRT-LLM

Skill Claude CodeCodex

Translates a HuggingFace model into a prefill-only AutoDeploy custom model using reference custom ops, validates with hierarchical equivalence tests.

15k 2d ago A 33 tokens

NVIDIA/TensorRT-LLM

Skill Claude CodeCodex

Run TensorRT-LLM test cases, benchmarks, evaluations, or custom scripts by checking the environment (local GPU or Slurm), selecting the appropriate Docker image, and executing either locally or via Slurm job submission. Accepts pre-built command strings — command construction for trtllm-bench, trtllm-eval, and…

15k 2d ago A 104 tokens

NVIDIA/TensorRT-LLM

Skill Claude CodeCodex

Onboard a HuggingFace multimodal model (vision/audio/video + text) to the TensorRT-LLM PyTorch backend. Use when writing a new tensorrtllm/torch/models/modeling .py plus its input processor and weight mapper, or extending an existing VLM. Not for AutoDeploy — use ad-model-onboard for that path.

15k 2d ago A 93 tokens

vite

07

debpalash/VoiceStudio

Skill Claude CodeCodex

Expert guidance for Vite development with modern build tooling, HMR, framework integrations, and performance optimization.

12k yesterday A 22 tokens AGPL-3.0

omnivoice

08

debpalash/VoiceStudio

Skill Claude CodeCodex

Local TTS, voice cloning, voice design, and video dubbing via the VoiceStudio MCP server (open-source ElevenLabs alternative; nothing leaves the machine, runs on MPS/CUDA/CPU). Use when: (1) generating speech from text in any of 646 languages, (2) cloning a voice from a 3-second reference clip, (3) designing a voice…

12k yesterday A 221 tokens AGPL-3.0

oss-maintainer

09

debpalash/VoiceStudio

Skill Claude CodeCodex

Run an open-source project's issue/PR/release loop like a careful human maintainer — triage to root cause, absorb community PRs before duplicating them, gate every merge, ship honest releases, and thank the people doing your QA for free.

12k yesterday A 55 tokens AGPL-3.0

pdf_translator

13

ForceInjection/AI-fundamentals

Skill Claude CodeCodex

Extract text from PDF files, translate it to a target language, and save the result as a Markdown file. Use this skill when the user wants to translate a PDF document or asks to "convert PDF to Chinese".

2.4k 5d ago A 47 tokens original Apache-2.0

cuopt-developer

14

NVIDIA/cuopt

Skill Claude CodeCodex

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI). Use for solver internals, PRs, DCO, and code conventions.

1.0k 3d ago B 47 tokens original Apache-2.0

NVIDIA/cuopt

Skill Claude CodeCodex

After solving a non-trivial problem, detect generalizable learnings and propose skill updates. Always active — applies to every interaction.

1.0k 3d ago A 33 tokens original Apache-2.0

cuopt-user-rules

16

NVIDIA/cuopt

Skill Claude CodeCodex

Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server). Not for cuOpt internals — use cuopt-developer for those.

1.0k 3d ago B 42 tokens original Apache-2.0

atlas-release

17

Avarok-Cybersecurity/atlas

Skill Claude CodeCodex

The Atlas build → verify → image → publish pipeline, plus the upstream-sync PR automation. Turns a merged commit into a serve-matrix-verified avarok/atlas-gb10 image that users can pull. Use when cutting an image, closing the main→:latest staleness gap, wiring the release gate, or auto-syncing the fork and opening a…

672 yesterday A 110 tokens AGPL-3.0

Avarok-Cybersecurity/atlas

Skill Claude CodeCodex

Enforce the measurement discipline for any performance claim (tok/s, TTFT, TPOT, wall, accuracy). Invoke BEFORE measuring, comparing, or quoting a perf number, and before writing one into a commit message, PR comment, BENCH.toml, or report. Born from the 2026-08-15 decode-rate flip-flop (29→34→13 asserted in sequence…

672 yesterday A 128 tokens AGPL-3.0

cpp

19

crazyguitar/cppcheatsheet

Skill Claude CodeCodex

Comprehensive C/C++ programming reference covering everything from C11-C23 and C++11-C++23, system programming, CUDA GPU computing, debugging tools, Rust interop, and advanced topics. Use for: C/C++ questions, C/C++ interview preparation, modern language features, RAII/memory management, templates/generics, CUDA…

283 4d ago A 107 tokens original MIT

readable-cpp

20

crazyguitar/cppcheatsheet

Skill Claude CodeCodex

Readable C/C++/Rust/CUDA code rules inspired by The Art of Readable Code. Use when writing, reviewing, or refactoring C, C++, Rust, or CUDA code. Enforces short functions, flat control flow, clear naming, readable structure, and idiomatic patterns.

283 4d ago A 63 tokens original MIT

RightNow-AI/AutoMegaKernel

Skill Claude CodeCodex

Use when optimizing or generating a CUDA megakernel for a HuggingFace Llama-family model with AutoMegaKernel (AMK), drives the correctness-gated propose -> eval -> keep/revert loop (or hands off to the unattended autoresearch driver).

135 2mo ago A 57 tokens original MIT

lucifer1004/VeloQ

Skill Claude CodeCodex

Analyze Nsight Compute .ncu-rep and .ncu-repz kernel reports using the VeloQ CLI. Use for occupancy, warp stalls, memory/instruction bottlenecks, rule findings, source/SASS/PTX correlation, and metric CSV/table export.

119 10d ago C 61 tokens original MIT

lucifer1004/VeloQ

Skill Claude CodeCodex

Analyze Nsight Systems .nsys-rep or pqtdir/ timeline traces using the VeloQ CLI. Use for GPU idle gaps, launch causes, CPU/GPU correlation, NVTX, CUDA graphs, metrics, sampling, and overlap/concurrency.

119 10d ago C 60 tokens original MIT