cuda-docs

Search local NVIDIA CUDA documentation for APIs and optimization guidance.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/carbonscott/deploy-opencode --skill cuda-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cuda-docs
Source: https://github.com/carbonscott/deploy-opencode/tree/main/claude/skills/cuda-docs
Command: npx skills add https://github.com/carbonscott/deploy-opencode --skill cuda-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate CUDA documentation quickly to answer CUDA programming questions and optimize code across the Best Practices Guide, Runtime API, and Driver API.

Core Features & Use Cases

  • Guided search across the CUDA Best Practices Guide, Runtime API, and Driver API docs.
  • Quick-reference lookup for common CUDA APIs, memory management patterns, and kernel optimization tips.
  • Use Case: when implementing CUDA streams or events, quickly locate relevant API references and best-practice notes.

Quick Start

Run a query like "how to allocate device memory with cudaMalloc" against the local CUDA docs to retrieve the relevant API details.

Frequently Asked Questions about cuda-docs

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

FAQPage Schema
How do I find the correct CUDA API for allocating device memory?

To locate CUDA API references for device memory allocation, query the local documentation with a request like allocating device memory with cudaMalloc. The Skill searches the Runtime API docs and presents concise reference details.

What is the best way to look up kernel optimization tips in the CUDA Best Practices Guide?

To look up kernel optimization tips in the CUDA Best Practices Guide, run a targeted search query. The Skill scans local Markdown documentation to retrieve specific optimization patterns and best practice references.

Can I search both the CUDA Runtime API and Driver API docs at the same time?

Yes, you can search both the CUDA Runtime API and Driver API docs. The Skill provides guided search access across both local document sets to help locate exact API references and programming patterns.

How do I get quick references for implementing CUDA streams and events?

To get quick references for implementing CUDA streams and events, query the local CUDA documentation. The Skill searches the Best Practices Guide and API references to retrieve relevant stream management details.

Does this CUDA documentation search cover memory management patterns?

Yes, this CUDA documentation search covers memory management patterns. It queries the local Best Practices Guide and API docs to provide quick-reference lookups for common GPU memory management techniques.