diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 000000000..ad227ed0f --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "name": "modelopt-skills", + "description": "NVIDIA ModelOpt agent skills for model quantization, deployment, and evaluation.", + "owner": { + "name": "NVIDIA Model-Optimizer" + }, + "plugins": [ + { + "name": "modelopt-agent", + "source": "./.claude/skills", + "description": "ModelOpt agent skills for model optimization: quantization (PTQ), deployment (vLLM/SGLang/TRT-LLM), and evaluation (nemo-evaluator-launcher).", + "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..c0e092929 --- /dev/null +++ b/.claude/skills/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "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 Model-Optimizer" + }, + "homepage": "https://nvidia.github.io/Model-Optimizer/", + "repository": "https://github.com/NVIDIA/Model-Optimizer", + "license": "Apache-2.0", + "keywords": ["modelopt", "quantization", "ptq", "sparsity", "speculative-decoding", "distillation", "deployment", "evaluation", "vllm", "sglang", "trt-llm", "slurm", "nvidia"] +}