diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 000000000..24ad3abda --- /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 000000000..c9c1573cb --- /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" + } +}