https://github.com/ultimatile/cuda-x-skills
Custom skills for Claude to search CUDA-X library documentation.
https://github.com/ultimatile/cuda-x-skills
agent-skills cuda-programming
Last synced: 14 days ago
JSON representation
Custom skills for Claude to search CUDA-X library documentation.
- Host: GitHub
- URL: https://github.com/ultimatile/cuda-x-skills
- Owner: ultimatile
- License: mit
- Created: 2025-12-17T08:51:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-12T16:40:27.000Z (about 1 month ago)
- Last Synced: 2026-05-10T22:54:27.087Z (14 days ago)
- Topics: agent-skills, cuda-programming
- Language: Python
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDA-X Skills Repository
Custom skills for Claude to search CUDA-X library documentation.
## cuda-webdoc-search
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
```bash
uv tool install "cuda-webdoc-search @ git+https://github.com/ultimatile/cuda-x-skills.git#subdirectory=skills/cuda-webdoc-search"
```
```bash
cws search cuquantum --keywords "SVD" --fuzzy --limit 10
cws audit --source cublas
```
See [skills/cuda-webdoc-search/README.md](skills/cuda-webdoc-search/README.md) for full usage and development instructions.
## Skills Installation (for Claude Code / Codex)
```bash
claude plugin marketplace add ultimatile/cuda-x-skills
claude plugin install cuda-x-skills
```