Skip to content

Bump nvidia-skills to 1.4.0 and refresh listing metadata - #386

Merged
mosheabr merged 2 commits into
mainfrom
plugin-1.3.1-listing-metadata
Jul 29, 2026
Merged

Bump nvidia-skills to 1.4.0 and refresh listing metadata#386
mosheabr merged 2 commits into
mainfrom
plugin-1.3.1-listing-metadata

Conversation

@jasonnvidia

@jasonnvidia jasonnvidia commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Onboarding type

  • New product onboarding (new components.d/<slug>.yml file)
  • Other (catalog change, README fix, infrastructure, etc.)

All PRs

  • All commits signed off with DCO (git commit -s).

Other context

Refreshes the nvidia-skills plugin listing and bumps it to 1.4.0.

The only hand-edited file is plugins.d/nvidia-skills.yml. The three plugin.json
manifests and three marketplace.json registries are regenerated output from
.github/scripts/build-plugins.sh — please review the YAML and treat the rest as build
artifacts.

What changed

Field Before After
version 1.3.0 1.4.0
display_name NVIDIA NVIDIA Skills
description "Skills for NVIDIAs ecosystem spans GPU acceleration…" "Find the right NVIDIA skill for GPU acceleration, CUDA, AI agents, data loading, training, inference, robotics, Physical AI, Omniverse, simulation, and other NVIDIA-powered workflows."
short_description "Guided help for NVIDIA AI, GPU, robotics, simulation, and 3D workflows." "Find the right NVIDIA skill"
long_description as above (reworded). Find and install the right NVIDIA skill for work across GPU acceleration, CUDA, AI agents, data loading, training, inference, robotics, Physical AI, Omniverse, simulation, and more. The plugin checks NVIDIA's live skills catalog, recommends the best match, and provides an install command and a useful first prompt.
category Coding Developer Tools
logo / composer_icon 512x428 512x512 (square)
website_url / privacy_policy_url / terms_of_service_url absent added
default_prompts 3 prompts, inconsistent punctuation same 3, phrased as questions

The old description had a couple of copy problems worth fixing before it goes any further
into third-party marketplaces: a missing apostrophe in "NVIDIAs" and a subject/verb
disagreement in "Skills for … ecosystem spans". It also led with the ecosystem rather than
with what the plugin does for you.

display_name becomes "NVIDIA Skills" so the picker distinguishes this plugin from NVIDIA
as the publisher — several surfaces show the publisher name next to the plugin name, and
"NVIDIA / NVIDIA" reads oddly.

Why the version bump matters

Because our plugin.json has pinned 1.3.0 this whole time, the nightly SHA bumps in
anthropics/claude-plugins-official have been advancing the pin without delivering
anything to users already installed at 1.3.0. That includes the DOCA routing work merged
in #379 — see the diff, which changed
nvidia-skill-finder's taxonomy but not the plugin version. This bump is what actually
ships those changes to existing installs.

Going out as 1.4.0 rather than a patch: this repo reserves patch bumps for the automated
chore: sync skills commits and uses minor bumps for deliberate changes to what the plugin
is or ships (1.1.0 swapped the cuOpt skill, 1.2.0 consolidated it, 1.3.0 moved to
discovery-first). A display-name change, new listing copy, new category, new logo, and
newly-delivered routing taxonomy belong in the latter group.

Follow-up

Once this merges, I'll file an issue against anthropics/claude-plugins-official asking
them to refresh the description and homepage on our marketplace entry. Their nightly
job only rewrites source.sha, and for strict: true entries the inline marketplace
description takes precedence over ours — so the stale text there can't be fixed from
this repo.

Validation

  • .github/scripts/build-plugins.sh runs clean; regenerated tree matches this diff with no
    stray adds or deletes.
  • No SKILL.md or other signed skill content is touched, but require-nvskills-ci watches
    every path under plugins/, so this PR still needs a /nvskills-ci run (triggered below).
    Pushed as an in-repo branch rather than from my fork for that reason.

Rewrites the plugin description and store copy so the listing describes
what the plugin actually does now — route users to the right skill in the
live catalog — rather than the narrower framing it shipped with. Renames
the display name to "NVIDIA Skills" so the picker distinguishes the plugin
from NVIDIA the publisher, squares the logo to 512x512, moves the category
to Developer Tools, and adds website/privacy/terms URLs required for store
listings.

The version bump is what delivers the DOCA routing changes from #379 to
existing users. Claude Code resolves a plugin's version from plugin.json
first and skips updates when the resolved version is unchanged, so the
nightly SHA bumps in the Anthropic marketplace have not reached anyone
installed at 1.3.0 since that skill content merged.

Edits are to plugins.d/nvidia-skills.yml; the three plugin.json manifests
and three marketplace.json registries are regenerated output from
.github/scripts/build-plugins.sh.

Signed-off-by: Jason Dudash <jdudash@nvidia.com>
@jasonnvidia

Copy link
Copy Markdown
Collaborator Author

/nvskills-ci

This repo's history uses minor bumps for deliberate changes to what the
plugin is or ships (1.1.0 swapped the cuOpt skill, 1.2.0 consolidated it,
1.3.0 moved to discovery-first) and reserves patch bumps for the automated
"chore: sync skills" commits. Renaming the display name, rewriting the
listing copy, changing category, replacing the logo, and shipping #379's
routing taxonomy is the former, not the latter.

Signed-off-by: Jason Dudash <jdudash@nvidia.com>
@jasonnvidia jasonnvidia changed the title Bump nvidia-skills to 1.3.1 and refresh listing metadata Bump nvidia-skills to 1.4.0 and refresh listing metadata Jul 29, 2026
@jasonnvidia

Copy link
Copy Markdown
Collaborator Author

/nvskills-ci

@mosheabr mosheabr left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed as a catalog/infrastructure change. Approving.

Verified locally against the branch:

  • .github/scripts/build-plugins.sh reproduces the committed tree byte-for-byte — the six generated manifests are clean build output.
  • Logo is 512x512.
  • All three new listing URLs return 200.
  • The plugin's bundled nvidia-skill-finder copy matches the catalog copy and includes the DOCA routing taxonomy, so the bump ships real content.
  • plugins.d/nvidia-skills.yml was last touched on 2026-07-15 at 1.3.0; #379 merged 2026-07-24 without touching it. The version-pin explanation checks out.
  • DCO and author affiliation clean on both commits; all CI green including content-integrity.

The field distribution across manifests looks lopsided at first read but is correct — short_description, long_description, category, and the URL fields only map into the Codex interface block per build-plugins.py.

Two cosmetic notes, neither worth another push: the branch name still says 1.3.1, and the third default prompt is an imperative rather than a question as the description implies.

@mosheabr
mosheabr merged commit 2455514 into main Jul 29, 2026
7 of 8 checks passed
@mosheabr
mosheabr deleted the plugin-1.3.1-listing-metadata branch July 29, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants