cuda-webdoc-search

Custom skills for Claude to search CUDA-X library documentation.

Installation
CLI
npx skills add https://github.com/ultimatile/cuda-x-skills --skill cuda-webdoc-search

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 4/24/2026

CUDA-X Skills Repository

Custom skills for Claude to search CUDA-X library documentation.

When working with CUDA-X libraries (cuBLAS, cuTENSOR, cuTensorNet, cuSOLVER, etc.), coding agents can search their documentation to find relevant APIs, check function signatures, and provide direct links to official docs.

Install

uv tool install "cuda-webdoc-search @ git+https://github.com/ultimatile/cuda-x-skills.git#subdirectory=skills/cuda-webdoc-search"
cws search cuquantum --keywords "SVD" --fuzzy --limit 10
cws audit --source cublas

See skills/cuda-webdoc-search/README.md for full usage and development instructions.

Skills Installation (for Claude Code / Codex)

claude plugin marketplace add ultimatile/cuda-x-skills
claude plugin install cuda-x-skills