An agentic skills framework & software development methodology that works.
NVIDIA agent skills for Claude Code and Codex
This repository packages NVIDIA-verified skills that guide agents through NVIDIA software and hardware workflows. The skills cover products like cuOpt, CUDA-Q, DeepStream, Jetson, NeMo, Omniverse, and DOCA, and the repo serves as the catalog that keeps them organized and updated.
Builders who want their agent to follow NVIDIA-specific workflows across robotics, simulation, CUDA, RAG, and device deployment.
You can install reusable NVIDIA task guidance into your agent instead of explaining each workflow from scratch.
What it does
Skill catalog by product
Groups skills for NVIDIA products such as cuOpt, CUDA-Q, DeepStream, Jetson, NeMo, Omniverse, and Physical AI.
Multi-agent installation
Supports installing skills for Claude Code, Codex, Cursor, and other coding agents through the `skills` CLI.
Daily mirrored catalog
Keeps the catalog in sync with product repos through an automated mirror pipeline.
Trust and signing docs
Includes docs for scanning, evaluating, signing, and releasing agent skills.
Plugin and marketplace metadata
Provides plugin metadata under `.claude-plugin/`, `.cursor-plugin/`, and `plugins.d/` for agent-specific installation flows.
How to get it
- 1Install NVIDIA skills with the default skills CLI flow
npx skills add nvidia/skills
- 2Use this when you already know the skill name and want to skip prompts.
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --yes
- 3Claude Code
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent claude-code
- 4Codex
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent codex
- 5Snowflake CoCo
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent cortex
- 6Cursor
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent cursor
README
NVIDIA Agent Skills
Official, NVIDIA-verified Agent Skills for Claude Code, Codex, and other coding 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: Physical AI and robotics workflows, simulation, CUDA-X libraries, RAG and 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 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.
Requires a current
skillsCLI (v1.5.16 or newer). Installing vianpx skills@latest add nvidia/skillsalways uses the latest. On older CLIs (v1.5.15 and earlier), skills may install but not appear in Claude Code — see Troubleshooting.
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. In Claude Code, run /reload-skills to load newly installed skills in your current session.
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 --yes
Replace cuopt-numerical-optimization-api with any skill name from the Skill Catalog.
Install for a Specific Agent
Use --agent to target a specific AI coding agent. Initially, we'll support common client targets, expanding the list over time. For the full list of clients supported by the spec, see the skills CLI Supported Agents table.
Claude Code
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent claude-code
Codex
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent codex
Snowflake CoCo
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent cortex
Cursor
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent cursor
Kiro
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --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 \
--agent claude-code \
--agent codex \
--agent cursor \
--agent kiro-cli
Keep Skills Up to Date
New skills land continuously, and existing ones are revised, renamed, or consolidated as the catalog evolves. Refresh what you have installed with:
npx skills update
Run it interactively and the CLI also flags skills that were removed or merged upstream (for example, when several skills are consolidated into one) and offers to remove the stale local copies. Use npx skills list to see what is installed and npx skills check to preview what is out of date first.
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.
Skill Catalog
Files in the repo
- .agents
- .claude-plugin
- .cursor-plugin
- .github
- components.d
- docs
- fern
- plugins
- plugins.d
- skills
- .gitignore
- benchmarks.json
- catalog-exceptions.yml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE-APACHE
- LICENSE-CC-BY-4.0
- nv-agent-root-cert.pem
- README.md
- SECURITY.md
- skills.sh.json
- versions.json
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Public repository for Agent Skills
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Production-grade engineering skills for AI coding agents.