Bump nvidia-skills to 1.4.0 and refresh listing metadata - #386
Merged
Conversation
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>
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>
Collaborator
Author
|
/nvskills-ci |
mosheabr
approved these changes
Jul 29, 2026
mosheabr
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed as a catalog/infrastructure change. Approving.
Verified locally against the branch:
.github/scripts/build-plugins.shreproduces 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-findercopy matches the catalog copy and includes the DOCA routing taxonomy, so the bump ships real content. plugins.d/nvidia-skills.ymlwas 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Onboarding type
components.d/<slug>.ymlfile)All PRs
git commit -s).Other context
Refreshes the
nvidia-skillsplugin listing and bumps it to 1.4.0.The only hand-edited file is
plugins.d/nvidia-skills.yml. The threeplugin.jsonmanifests and three
marketplace.jsonregistries are regenerated output from.github/scripts/build-plugins.sh— please review the YAML and treat the rest as buildartifacts.
What changed
version1.3.01.4.0display_nameNVIDIANVIDIA Skillsdescriptionshort_descriptionlong_descriptioncategoryCodingDeveloper Toolslogo/composer_iconwebsite_url/privacy_policy_url/terms_of_service_urldefault_promptsThe 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_namebecomes "NVIDIA Skills" so the picker distinguishes this plugin from NVIDIAas 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.jsonhas pinned1.3.0this whole time, the nightly SHA bumps inanthropics/claude-plugins-officialhave been advancing the pin without deliveringanything 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 actuallyships 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 skillscommits and uses minor bumps for deliberate changes to what the pluginis 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-officialaskingthem to refresh the
descriptionandhomepageon our marketplace entry. Their nightlyjob only rewrites
source.sha, and forstrict: trueentries the inline marketplacedescriptiontakes precedence over ours — so the stale text there can't be fixed fromthis repo.
Validation
.github/scripts/build-plugins.shruns clean; regenerated tree matches this diff with nostray adds or deletes.
SKILL.mdor other signed skill content is touched, butrequire-nvskills-ciwatchesevery path under
plugins/, so this PR still needs a/nvskills-cirun (triggered below).Pushed as an in-repo branch rather than from my fork for that reason.