cuda-skill

Locate CUDA/PTX documentation and APIs in offline references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralizes offline access to NVIDIA CUDA/PTX references and Nsight guides, enabling developers to quickly locate documentation without leaving their environment.

Core Features & Use Cases

  • Comprehensive offline references: PTX ISA, CUDA Runtime API, CUDA Driver API, CUDA Programming Guide, Best Practices, Nsight Compute, Nsight Systems documentation locally.
  • Efficient navigation: grep-style search strategies to locate function definitions, memory models, graphs, and optimization tips across the references.
  • Use cases: kernel debugging, performance profiling, architecture questions, and API lookups during CUDA development.

Quick Start

Search the local references for a topic like cuMemAlloc or cudaGraph to immediately open the relevant documentation.

Frequently Asked Questions about cuda-skill

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

FAQPage Schema
How do I search CUDA documentation offline for API definitions like cudaGraph?

Search CUDA documentation offline by querying local references using grep-style strategies to instantly locate function definitions, memory models, and API details without internet access.

Can I look up PTX ISA instructions locally during kernel debugging?

Look up PTX ISA instructions locally during kernel debugging by navigating the bundled ptx-docs and ptx-simple references to quickly find instruction sets and architecture specifications.

What's the best way to find Nsight Compute and Nsight Systems profiling guides?

Find Nsight Compute and Nsight Systems profiling guides by searching the local ncu-docs and nsys-docs references to access optimization tips and performance profiling instructions directly.

Do I need local documentation files to use this CUDA reference search?

Local documentation files are required to use this CUDA reference search, needing specific directories like cuda-runtime-docs, cuda-driver-docs, and best-practices-guide in the references folder for reliable offline searching.

How does offline CUDA documentation search handle CUDA Runtime and Driver API lookups?

Offline CUDA documentation search handles Runtime and Driver API lookups by scanning local index files across cuda-runtime-docs and cuda-driver-docs to retrieve relevant API signatures and programming guidelines.