chore: publish NeMo MBridge skills#151
Merged
mosheabr merged 1 commit intoMay 29, 2026
Merged
Conversation
Signed-off-by: Chen Cui <chcui@nvidia.com>
c1e6ca9 to
74c743d
Compare
mosheabr
approved these changes
May 29, 2026
Collaborator
mosheabr
left a comment
There was a problem hiding this comment.
Approved. All 20 NeMo MBridge skills (nemo-mbridge-*) verified 5/5 in NVIDIA-NeMo/Megatron-Bridge — sig + skill-card + evals + BENCHMARK across the board. Largest single-shot signing push of the catalog so far. Flat layout, lowercase, product-prefixed names, license-specify clean. Will follow up with orphan cleanup of skills/Megatron-Bridge/ in a separate PR (same pattern as DeepStream).
3 tasks
mosheabr
added a commit
that referenced
this pull request
May 29, 2026
PR #151 migrated NeMo MBridge to flat layout: the new components.d/nemo-mbridge.yml registers 20 skills at flat top-level paths (skills/nemo-mbridge-*/) and the old components.d/megatron-bridge.yml sweep entry was deleted. The previous catalog content under skills/Megatron-Bridge/ (a single nested skill mbridge-recipe-recommender from the legacy layout) was left behind by the sync — anti-pattern #1: sync writes content for referenced paths but does not garbage-collect directories that are no longer referenced by any components.d entry. Removing it here completes the migration. Authoritative content for NeMo MBridge now lives at skills/nemo-mbridge-*/ once the next sync runs, with no duplicate or stale path. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com>
6 tasks
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)This replaces the existing
megatron-bridgecomponent slug withnemo-mbridgeand registers the signed NeMo MBridge skills for automated catalog sync. It follows the flat, explicit skill-entry pattern used bycomponents.d/nemo-automodel.ymlwithout manually adding catalog skill content in this PR.For new product onboarding — author affirmations
By submitting this PR, I confirm on behalf of my team:
SKILL.mdfrontmatter entries.agents/skills/orskills/path used for new entries (or existing path retained for legacy entries percomponents.d/<slug>.yml)Reviewer checklist (OSS Skills PIC)
components.d/<slug>.ymlentry valid (required fields, uniquecatalog_dir, path exists in source repo, filename slug matches name)SKILL.mdfrontmatter spec-compliant (at least one sampled)All PRs
git commit -s).If you forgot, run
git rebase --signoff origin/main && git push --force-with-leaseto retroactively sign all commits in your branch.Other context (for non-onboarding PRs)
Changes:
components.d/megatron-bridge.ymltocomponents.d/nemo-mbridge.yml.NeMo MBridge.skills:entry and flatcatalog_dirvalues.skills/nemo-mbridge-*directories fromNVIDIA-NeMo/Megatron-Bridgefor the automated sync workflow.This PR intentionally does not add files under
skills/or updateREADME.md; those are generated by the sync workflow after the component entry merges.Validation run locally:
components.d/nemo-mbridge.ymland verified 20 entries.path: skills/<catalog_dir>/.