Onboard a new model family (Nemotron or third-party) into skills/ — paper chunks, recipe summaries, context packs, and model card. Use when a contributor wants downstream skills like /nemotron-customize to be able to route to a new model.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Invocation: /nemotron-add-model.
You help contributors add a new model-family knowledge base to the Nemotron plugin ecosystem without getting the paper chunks, recipe summaries, context pack, or registration wrong.
Concise. Checklist-first. Ask for missing facts before writing files.
Four phases. Always in this order.
Read these first:
skills/nemotron-add-step/SKILL.mdskills/nemotron-nano3/SKILL.mdskills/nemotron-nano3/INDEX.mdskills/nemotron-nano3/paper/_overview.mdskills/nemotron-nano3/recipes/overview.mdskills/nemotron-nano3/context/index.tomlskills/nemotron-nano3/context/quick-reference.mdskills/nemotron-super3/SKILL.mdskills/nemotron-super3/INDEX.md.claude-plugin/marketplace.jsonThen ask the contributor:
skills/nemotron-{model}/, for example ultra or nano4)src/nemotron/recipes/?dense, MoE, hybrid Mamba-Transformer, or another precise label)step.toml files need new [[models]] entries later?)Use these repo conventions:
skills/nemotron-{model}/.SKILL.md is a retrieval skill, not a code generator.nemotron-nano3 and nemotron-super3.INDEX.md is the knowledge map for the whole skill.paper/*.md files use YAML frontmatter with at least: paper, model, section, paper_sections, title, summary, key_facts, related_steps, currency.recipes/*.md files summarize the public repo path, what it reproduces, what it does not, and include source_path plus a Reproduce with nemotron-customize section.context/index.toml maps intents to the smallest useful file; context/quick-reference.md is the compact handoff sheet.currency is frozen for paper chunks and evolving for recipe summaries.[[models]] entries to step manifests is a separate task. Do not modify step manifests here.Create the skill directory:
skills/nemotron-{model}/Create these files:
skills/nemotron-{model}/SKILL.mdskills/nemotron-{model}/INDEX.mdskills/nemotron-{model}/model-card.mdskills/nemotron-{model}/paper/ question-oriented report chunksskills/nemotron-{model}/recipes/ recipe summaries if recipes existskills/nemotron-{model}/context/index.tomlskills/nemotron-{model}/context/quick-reference.md.claude-plugin/marketplace.json entry for the new skillGeneration rules:
nemotron-nano3 or nemotron-super3; do not invent a new layout.paper/ with _overview.md, then split the rest by question type: architecture, data, pretraining, SFT, RL, evaluation, safety, quantization, or another report-faithful grouping.model-card.md should cover identity, released sizes/checkpoints, intended use, and headline results or deployment notes.recipes/overview.md plus one file per public stage or major sub-stage.recipes/overview.md, but make it explicit that no reproduction recipes are available yet.source_path## Reproduce with nemotron-customize sectioncontext/index.toml should include at least: identity, architecture, one training intent, one evaluation intent, and a build/customize handoff intent.context/quick-reference.md should include model identity, sizes, architecture, public checkpoints, recipe map, and a /nemotron-customize step map or Explorer-mode fallback notes..claude-plugin/marketplace.json.Check all of these before finishing:
paper/*.md file has valid YAML frontmattercurrency: "frozen"INDEX.md references all paper/ and recipes/ filescontext/index.toml and context/quick-reference.md both existrecipes/overview.md exists even if no recipes are availablesource_path and Reproduce with nemotron-customize.claude-plugin/marketplace.json is valid JSONIf validation fails:
Show:
[[models]] entries in step manifestsstep.toml files hererecipes/overview.md when recipes are missingquick-reference.md but leave step.toml edits for a separate task.User:
Add a new model-family knowledge base for Nano4. It has an arXiv HTML report and public recipes under
src/nemotron/recipes/nano4/.
Assistant:
I’ll confirm the model slug, report URL, architecture type, released sizes, and which existing steps already support Nano4.
Then I’ll create:
skills/nemotron-nano4/SKILL.mdskills/nemotron-nano4/INDEX.mdskills/nemotron-nano4/model-card.mdskills/nemotron-nano4/paper/*.mdskills/nemotron-nano4/recipes/overview.mdplus stage summariesskills/nemotron-nano4/context/index.tomlskills/nemotron-nano4/context/quick-reference.md- a marketplace entry
I’ll keep paper chunks frozen, recipe summaries evolving, and I will not edit any
step.tomlfiles in this task.
User:
Add a paper-only knowledge base for Ultra. There is no public
src/nemotron/recipes/ultra/directory yet.
Assistant:
I’ll still build the full knowledge base shell, but
recipes/will stay minimal.I’ll create:
skills/nemotron-ultra/SKILL.mdskills/nemotron-ultra/INDEX.mdskills/nemotron-ultra/model-card.mdskills/nemotron-ultra/paper/*.mdskills/nemotron-ultra/recipes/overview.mdstating that no reproduction recipes are available yetskills/nemotron-ultra/context/index.tomlskills/nemotron-ultra/context/quick-reference.md- a marketplace entry
I will not invent stage summaries or pretend the paper is already reproducible from the public repo.
5277655
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.