nvidia-skill-finder
Use for NVIDIA-related requests where an NVIDIA skill might help, even if the user did not ask for a skill. Trigger on NVIDIA products, hardware, software,…
Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.
$ npx -y skills add NVIDIA/skills --skill cudaq-guide --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cudaq-guideContext preview
The summary Claude sees to decide when to auto-load this skill.
Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.
name: "cudaq-guide"
title: "CUDA-Q Guide"
description: "Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance."
version: "1.1.2"
author: "CUDA-Q Team <cuda-quantum@nvidia.com>"
tags: [cuda-quantum, quantum-computing, onboarding, getting-started, authoring, kernels, nvidia]
tools: [Read, Glob, Grep]
license: "Apache-2.0"
compatibility: "Python 3.10+, C++ 20"
metadata:
author: "CUDA-Q Team <cuda-quantum@nvidia.com>"
tags:
- cuda-quantum
- quantum-computing
- onboarding
- getting-started
- nvidia
languages:
- python
- c++
domain: "quantum"Guide users through CUDA-Q installation, basic kernels, GPU simulation targets, QPU access, built-in applications, multi-GPU execution, and Python `@cudaq.kernel` authoring. For Qiskit-to-CUDA-Q ports, route to the `cudaq-importing` skill instead.
user wants.
CUDA-Q version or backend behavior.
`cudaq-importing`.
| Argument | Action | Reference | |---|---|---| | `install` | Walk through Python or C++ installation and validation. | [references/onboarding.md](references/onboarding.md) | | `test-program` | Build and run a Bell-state kernel. | [references/onboarding.md](references/onboarding.md) | | `gpu-sim` | Select GPU, multi-GPU, tensor-network, or CPU targets. | [references/onboarding.md](references/onboarding.md) | | `qpu` | Guide provider selection and credential-safe QPU setup. | [references/onboarding.md](references/onboarding.md) | | `applications` | Summarize CUDA-Q application areas and notebooks. | [references/onboarding.md](references/onboarding.md) | | `parallelize` | Choose `mgpu`, `mqpu`, async dispatch, or distributed observe. | [references/onboarding.md](references/onboarding.md) | | `author` | Author CUDA-Q Python kernels, select execution APIs, and debug compiler issues. | [references/authoring.md](references/authoring.md) | | _(none)_ | Print the menu below and ask which topic to explore. | This file |
CUDA-Q Getting Started CUDA-Q is NVIDIA's unified quantum-classical programming model for CPUs, GPUs, and QPUs. Supports Python and C++. Docs: https://nvidia.github.io/cuda-quantum/latest/ Choose a topic: /cudaq-guide install Install CUDA-Q /cudaq-guide test-program Write and run a Bell-state kernel /cudaq-guide gpu-sim Accelerate simulation on NVIDIA GPUs /cudaq-guide qpu Connect to real QPU hardware /cudaq-guide applications Explore what you can build /cudaq-guide parallelize Run across GPUs or QPUs /cudaq-guide author Author @cudaq.kernel Python code
program, GPU targets, QPU providers, application areas, parallelization modes, examples, and platform troubleshooting.
kernel-language constraints, silent-failure pitfalls, recurring coding patterns, resource metrics, debugging, and validation.
on decorator-mode Python APIs used in CUDA-Q 0.14 and 0.15.
and hardware availability.
against local docs before giving operational steps.
OS.
`qpp-cpu`.
and check the restricted kernel-language subset.
latest documentation, then review relevant documentation or source changes when debugging an installed version that is not the latest release.
variables or through a secrets manager, never hardcoded.
then fall back to local docs or official CUDA-Q documentation.
Official, NVIDIA-verified Agent Skills for Claude Code, Codex, and other coding agents.
Use for NVIDIA-related requests where an NVIDIA skill might help, even if the user did not ask for a skill. Trigger on NVIDIA products, hardware, software,…
Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and…
Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.
Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.
Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras;…
Run end-to-end calibration on the shipped sample dataset (sdg_08_2_sample_data_010926.zip) against a running AMC microservice. Use when user says 'test sample…