NVIDIA/skills
Python
Captured source
source ↗NVIDIA/skills
Description: AI agent skills published by NVIDIA
Language: Python
License: NOASSERTION
Stars: 1184
Forks: 142
Open issues: 15
Created: 2026-02-25T21:54:05Z
Pushed: 2026-06-11T01:54:22Z
Default branch: main
Fork: no
Archived: no
README:
NVIDIA Agent Skills
Official, NVIDIA-verified skills for AI agents.
> 📖 Docs: docs.nvidia.com/skills · > 📺 Livestream: From Vulnerable to Verified · > 📝 Blog: NVIDIA Verified Agent Skills: Capability Governance for AI Agents
---
Skills are portable instruction sets that teach AI agents how to use NVIDIA software optimally, including CUDA-X libraries, AI Blueprints, and platform tools. This repository is a catalog: skills are maintained in their respective product repos, and mirrored here daily via an automated sync pipeline. Skills are being added continuously, so check back for updates. We are building this infrastructure in the open, and contributions are welcome. See the [Roadmap](#roadmap) for what is planned next.
---
Quickstart
Install NVIDIA skills with the default `skills` CLI flow:
npx skills add nvidia/skills
The CLI runs through npx and prompts you to choose a skill and install destination. You do not need to clone this repo or copy skill folders by hand.
The skill is available the next time your agent loads skills and encounters a relevant task. For example, ask your agent to "solve a linear programming problem with cuOpt" and the skill guides it through the cuOpt Python API.
Install One Skill Without Prompts
Use this when you already know the skill name and want to skip prompts.
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --yes
Replace cuopt-numerical-optimization-api-python with any skill name from the [Skill Catalog](#skill-catalog).
Install for a Specific Agent
Use --agent to target a specific AI coding agent. These are common client targets; for the full list of supported clients, see the `skills` CLI Supported Agents table.
Claude Code
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent claude-code
Codex
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent codex
Cursor
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent cursor
Kiro
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api-python --agent kiro-cli
Use --agent more than once to install the same skill into multiple agents.
npx skills add nvidia/skills \ --skill cuopt-numerical-optimization-api-python \ --agent claude-code \ --agent codex \ --agent cursor \ --agent kiro-cli
Browse the Catalog
Use this when you want to see available NVIDIA skills before installing anything.
npx skills add nvidia/skills --list
For non-interactive installs, global installs, agent-specific installs, updates, removals, and fallback manual copying, see [Advanced installation](docs/advanced-install.mdx).
---
Skill Catalog
| Product | Description | Skills | |---------|-------------|--------| | AIQ | NVIDIA AI-Q Blueprint - deploy local AI-Q services and run shallow or deep research workflows as agent skills. | [aiq-research](skills/aiq-research), [aiq-deploy](skills/aiq-deploy) | | CUDA-Q | CUDA Quantum — onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications. | [cudaq-guide](skills/cudaq-guide) | | cuDF | Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and multi-GPU DataFrame workloads. | [accelerated-computing-cudf](skills/accelerated-computing-cudf) | | cuOpt | GPU-accelerated optimization — vehicle routing, linear programming, quadratic programming, installation, server deployment, and developer tools. | [cuopt-developer](skills/cuopt-developer), [cuopt-install](skills/cuopt-install), [cuopt-numerical-optimization-api-c](skills/cuopt-numerical-optimization-api-c), [cuopt-numerical-optimization-api-cli](skills/cuopt-numerical-optimization-api-cli), [cuopt-numerical-optimization-api-python](skills/cuopt-numerical-optimization-api-python), [cuopt-numerical-optimization-formulation](skills/cuopt-numerical-optimization-formulation), [cuopt-routing-api-python](skills/cuopt-routing-api-python), [cuopt-routing-formulation](skills/cuopt-routing-formulation), [cuopt-server-api-python](skills/cuopt-server-api-python), [cuopt-server-common](skills/cuopt-server-common), [cuopt-skill-evolution](skills/cuopt-skill-evolution), [cuopt-user-rules](skills/cuopt-user-rules) | | cuPyNumeric | NumPy and SciPy on multi-node multi-GPU systems — skills to help with installing cuPyNumeric, migrating existing NumPy code, and doing parallel I/O | [cupynumeric-hdf5](skills/cupynumeric-hdf5), [cupynumeric-install](skills/cupynumeric-install), [cupynumeric-migration-readiness](skills/cupynumeric-migration-readiness), [cupynumeric-parallel-data-load](skills/cupynumeric-parallel-data-load) | | DALI | GPU-accelerated data loading and processing with NVIDIA DALI. | [dali-dynamic-mode](skills/dali-dynamic-mode) | | Data Designer | Build declarative synthetic dataset generation pipelines with NeMo Data Designer. | [data-designer](skills/data-designer) | | DeepStream | Agentic skills for guided DeepStream development. | [deepstream-dev](skills/deepstream-dev), [deepstream-import-vision-model](skills/deepstream-import-vision-model) | | Digital Health | Agent skills for the clinical ASR evaluation flywheel — term curation, synthetic clinical-speech benchmark generation, KER (Keyword Error Rate) scoring, and fine-tune guidance. | [digital-health-clinical-asr-setup](skills/digital-health-clinical-asr-setup), [digital-health-clinical-asr-build](skills/digital-health-clinical-asr-build), [digital-health-clinical-asr-eval](skills/digital-health-clinical-asr-eval),…
Excerpt shown — open the source for the full document.
Notability
notability 6.0/10Notable NVIDIA repo, decent traction.