claudeindex
NVIDIA's avatar
Author

NVIDIA

@NVIDIA
1
Marketplaces
18
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

nvidia-cuopt-skills

Agent skills for NVIDIA cuOpt: routing (VRP, TSP, PDP), LP/MILP/QP, installation (Python/C/developer), and REST server.

Plugins:18
Skills:0
750
143

Plugins

Plugin

cuopt-user-rules

Base behavior rules for using NVIDIA cuOpt. Read first when helping users with cuOpt (routing, LP/MILP, QP, installation, server).

Plugin

cuopt-developer

Contribute to NVIDIA cuOpt codebase including C++/CUDA, Python, server, docs, and CI. Use when the user wants to modify solver internals, add features, submit PRs, or understand the codebase architecture.

Plugin

cuopt-installation-common

Install cuOpt — system and environment requirements only. Domain concepts; no install commands or interface guidance.

Plugin

cuopt-installation-api-python

Install cuOpt for Python — pip, conda, Docker, verification. Use when the user is installing or verifying the Python API.

Plugin

cuopt-installation-api-c

Install cuOpt for C — conda, locate lib/headers, verification. Use when the user is installing or verifying the C API.

Plugin

cuopt-installation-developer

Developer installation — build cuOpt from source, run tests. Use when the user wants to set up a dev environment to contribute or modify cuOpt.

Plugin

lp-milp-formulation

LP/MILP concepts and going from problem text to formulation. What LP/MILP are, required formulation questions, typical modeling elements, and how to parse problem statements.

Plugin

cuopt-lp-milp-api-python

Solve LP and MILP with the Python API. Use when the user asks about optimization with linear constraints, integer variables, scheduling, resource allocation, facility location, or production planning.

Plugin

cuopt-lp-milp-api-c

LP and MILP with cuOpt — C API only. Use when the user is embedding LP/MILP in C/C++.

Plugin

cuopt-lp-milp-api-cli

LP and MILP with cuOpt — CLI only (MPS files, cuopt_cli). Use when the user is solving from MPS via command line.

Plugin

routing-formulation

Vehicle routing (VRP, TSP, PDP) — problem types and data requirements. Domain concepts; no API or interface.

Plugin

cuopt-routing-api-python

Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python.

Plugin

qp-formulation

Quadratic Programming (QP) — problem form and constraints. Domain concepts; no API or interface. QP is beta.

Plugin

cuopt-qp-api-python

Quadratic Programming (QP) with cuOpt — Python API only (beta). Use when the user is building or solving QP in Python.

Plugin

cuopt-qp-api-c

Quadratic Programming (QP) with cuOpt — C API. Use when the user is embedding QP in C/C++.

Plugin

cuopt-server-common

cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code.

Plugin

cuopt-qp-api-cli

QP with cuOpt — CLI (e.g. cuopt_cli with QP-capable input). Use when the user is solving QP from the command line.

Plugin

cuopt-server-api-python

cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.