·cuda-kernel-refine
</>

cuda-kernel-refine

Iterative CUDA kernel optimization using NVIDIA profiling tools (nsys, ncu). Use when optimizing kernels, improving throughput, reducing bandwidth, analyzing roofline, comparing benchmarks, or investigating register pressure and occupancy.

0Installs·0Trend·@trevors

Installation

$npx skills add https://github.com/trevors/dot-claude --skill cuda-kernel-refine

How to Install cuda-kernel-refine

Quickly install cuda-kernel-refine AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/trevors/dot-claude --skill cuda-kernel-refine
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: trevors/dot-claude.

SKILL.md

View raw

One change per cycle: baseline → profile → classify → optimize → verify → compare → loop. Multiple simultaneous changes make it impossible to attribute improvement. Revert on regression.

Discover the project's benchmark infrastructure before running anything:

Run with enough iterations for stable results — coefficient of variation <5%.

Iterative CUDA kernel optimization using NVIDIA profiling tools (nsys, ncu). Use when optimizing kernels, improving throughput, reducing bandwidth, analyzing roofline, comparing benchmarks, or investigating register pressure and occupancy. Source: trevors/dot-claude.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/trevors/dot-claude --skill cuda-kernel-refine
Category
</>Dev Tools
Verified
First Seen
2026-03-08
Updated
2026-03-10

Browse more skills from trevors/dot-claude

Quick answers

What is cuda-kernel-refine?

Iterative CUDA kernel optimization using NVIDIA profiling tools (nsys, ncu). Use when optimizing kernels, improving throughput, reducing bandwidth, analyzing roofline, comparing benchmarks, or investigating register pressure and occupancy. Source: trevors/dot-claude.

How do I install cuda-kernel-refine?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/trevors/dot-claude --skill cuda-kernel-refine Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/trevors/dot-claude