cuda-skill

Query NVIDIA CUDA documentation for kernel development and debugging.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/m0at/claudemd --skill cuda-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cuda-skill
Source: https://github.com/m0at/claudemd/tree/main/skills/cuda-programming
Command: npx skills add https://github.com/m0at/claudemd --skill cuda-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

NVIDIA CUDA documentation is scattered across PTX ISA references, CUDA Runtime and Driver APIs, programming guides, and profiling guides. This Skill centralizes these resources (PtX, runtime/driver docs, Nsight Compute, Nsight Systems, best practices) to speed up lookup and improve debugging and optimization workflows.

Core Features & Use Cases

  • Centralized access to PTX, runtime, driver, programming guide, best practices, and Nsight docs.
  • Fast reference and search for kernel development, performance profiling, memory optimization, and graph/NVTX workflows.
  • Use Case: locate the API signature for cuModuleLoad or find memory access recommendations in the programming guide.

Quick Start

Quickly locate CUDA PTX and runtime docs and Nsight references to accelerate kernel development.

Frequently Asked Questions about cuda-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find CUDA Runtime API signatures when developing GPU kernels?

Find CUDA Runtime API signatures by querying centralized documentation that covers PTX ISA, runtime, driver, and programming guides. This resource loads reference data on demand to streamline kernel development and API lookups.

What is the best way to profile CUDA kernel performance using Nsight tools?

Profile CUDA kernel performance by accessing Nsight Compute and Nsight Systems references for optimization tasks. The centralized documentation provides best practices for memory access and profiling workflows to improve debugging.

Can I search PTX ISA documentation alongside CUDA Driver API references?

Search PTX ISA and CUDA Driver API references together through a centralized repository. This consolidated access speeds up lookup for kernel development by loading discovery data from frontmatter descriptions during activation.

Does this CUDA documentation resource include best practices for memory optimization?

CUDA documentation resources include best practices for memory optimization and profiling. References cover memory access recommendations from the programming guide to accelerate kernel debugging and performance tuning workflows.

How do I locate the API signature for cuModuleLoad in CUDA documentation?

Locate the API signature for cuModuleLoad by querying the CUDA Driver API documentation. The skill provides fast reference and search capabilities across runtime, driver, and PTX docs to streamline kernel development.

Why does CUDA kernel debugging require multiple documentation sources?

CUDA kernel debugging requires multiple sources because documentation is scattered across PTX ISA, runtime, driver, and profiling guides. Centralizing these resources speeds up lookup and improves optimization workflows.