chore: publish Megatron-Core mcore skills#166
Merged
sayalinvidia merged 2 commits intoMay 29, 2026
Conversation
Replace the bulk Megatron-Core component entry (single `path: skills/` + `catalog_dir: Megatron-Core`) with the flat, one-entry-per-skill pattern used by components.d/nemo-mbridge.yml and nemo-automodel.yml. Registers the 9 signed mcore skills from NVIDIA/Megatron-LM#5066 for the automated catalog sync: - mcore-build-and-dependency - mcore-bump-base-image - mcore-cicd - mcore-create-issue - mcore-linting-and-formatting - mcore-onboard-gb200-1node-tests - mcore-run-on-slurm - mcore-split-pr - mcore-testing Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Philip Petrakian <ppetrakian@nvidia.com>
Remove mcore-build-and-dependency, mcore-bump-base-image, mcore-cicd, and mcore-onboard-gb200-1node-tests, leaving 5 registered skills. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Philip Petrakian <ppetrakian@nvidia.com>
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 converts the existing
Megatron-Corecomponent (components.d/megatron-core.yml) from the bulk-sync pattern (singlepath: skills/+catalog_dir: Megatron-Core) to the flat, explicit one-entry-per-skill pattern used bycomponents.d/nemo-mbridge.ymlandcomponents.d/nemo-automodel.yml. It registers the signedmcore-*skills fromNVIDIA/Megatron-LMfor the automated catalog sync without manually adding catalog skill content in this PR.The component slug and display name are unchanged (
Megatron-Core) — there is no rebrand, and themcore-*skills already belong to this component. This is the Megatron-LM analog of #151 (which performed the same bulk → flat conversion for Megatron-Bridge, additionally renaming to NeMo MBridge).Reviewer checklist (OSS Skills PIC)
components.d/megatron-core.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).Other context (for non-onboarding PRs)
Changes:
skills:entry incomponents.d/megatron-core.ymlwith explicit entries, one per signed skill, each usingpath: skills/<catalog_dir>/and a flatcatalog_dir.name: Megatron-Core,repo: NVIDIA/Megatron-LM, andlinks.security: falseunchanged.Skills registered (from NVIDIA/Megatron-LM#5066, assumed merged):
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/megatron-core.ymland verified 5 entries.path: skills/<catalog_dir>/and allcatalog_dirvalues are unique.🤖 Generated with Claude Code