Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "nvidia-nemotron",
"owner": {
"name": "NVIDIA Nemotron Team"
},
"metadata": {
"description": "NVIDIA Nemotron AI stack plugins — pipeline builder, model knowledge bases, and contributor tools"
},
"plugins": [
{
"name": "nemotron",
"source": "./plugins/nemotron",
"description": "NVIDIA Nemotron AI stack — pipeline builder and model knowledge bases",
"version": "0.3.0",
"category": "ml-pipelines",
"keywords": ["nvidia", "nemotron", "training", "sft", "rl", "megatron", "models"]
},
{
"name": "nemotron-dev",
"source": "./plugins/nemotron-dev",
"description": "Internal: contributor tools for Nemotron repo developers",
"version": "0.3.0",
"category": "developer-tools",
"keywords": ["nvidia", "nemotron", "internal", "contributing", "dev"]
}
]
}
11 changes: 11 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "nemotron-customize",
"description": "Compose custom ML training pipelines from the NVIDIA AI stack",
"version": "0.1.0",
"author": {
"name": "NVIDIA Nemotron Team"
},
"skills": [
"./skills/"
]
}
Loading