From d7e59ccbab895801e84a346404734e29b12692ec Mon Sep 17 00:00:00 2001 From: Kai Xu Date: Mon, 30 Mar 2026 10:38:37 -0700 Subject: [PATCH] Add Claude Code plugin marketplace for ModelOpt agent skills Signed-off-by: Kai Xu --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ .claude/skills/.claude-plugin/plugin.json | 9 +++++++++ 2 files changed, 25 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude/skills/.claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000000..24ad3abda7 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,16 @@ +{ + "name": "modelopt-skills", + "description": "NVIDIA ModelOpt agent skills for model quantization, deployment, and evaluation.", + "owner": { + "name": "NVIDIA ModelOpt", + "email": "modelopt@nvidia.com" + }, + "plugins": [ + { + "name": "modelopt-agent", + "source": "./.claude/skills", + "description": "AI agent skills for model optimization: quantization (PTQ), deployment (vLLM/SGLang/TRT-LLM), evaluation (NEL), and end-to-end orchestration.", + "version": "0.1.0" + } + ] +} diff --git a/.claude/skills/.claude-plugin/plugin.json b/.claude/skills/.claude-plugin/plugin.json new file mode 100644 index 0000000000..c9c1573cb3 --- /dev/null +++ b/.claude/skills/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "modelopt-agent", + "version": "0.1.0", + "description": "AI agent skills for NVIDIA ModelOpt: quantization (PTQ), deployment (vLLM/SGLang/TRT-LLM), evaluation (NEL), and end-to-end orchestration.", + "author": { + "name": "NVIDIA ModelOpt", + "email": "modelopt@nvidia.com" + } +}