From b76c6c9d757f42b7f5bb29c22c7c6529767b6f1f Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 29 May 2026 12:53:06 -0500 Subject: [PATCH] Add nvidia-skills plugin --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2abdee7a..910cc3fa 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1653,6 +1653,21 @@ }, "homepage": "https://github.com/makenotion/claude-code-notion-plugin" }, + { + "name": "nvidia-skills", + "description": "NVIDIA agent skills for accelerated-computing workflows — starting with cuOpt vehicle-routing optimization (VRP, TSP, PDP) via the cuOpt Python API.", + "author": { + "name": "NVIDIA" + }, + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/NVIDIA/skills.git", + "path": "plugins/nvidia-skills", + "ref": "main" + }, + "homepage": "https://github.com/NVIDIA/skills" + }, { "name": "oracle-ai-data-platform-workbench-spark-connectors", "description": "Oracle AI Data Platform Workbench Spark connectors for Claude Code. 18 connector skills covering every data source workbench customers commonly need: Oracle Autonomous DB family (ALH/ADW/ATP) via wallet/IAM-DB-Token/API-key, ExaCS, Fusion ERP REST, Fusion BICC, EPM Cloud Planning, Essbase 21c, OCI Streaming (Kafka), OCI Object Storage, Apache Iceberg, plus external systems (PostgreSQL, MySQL/HeatWave, SQL Server, Snowflake, Azure ADLS Gen2, AWS S3, generic REST, custom JDBC, Excel). Live-validated on the workbench `tpcds` cluster (Spark 3.5.0): 17 PASS / 4 ship-as-is out of 21 test rows.",