contribute-docs
oleh nvidia
Berkontribusi pada perubahan dokumentasi atau contoh yang tetap selaras dengan perilaku publik NeMo Fabric
npx skills add https://github.com/nvidia/nemo-fabric --skill contribute-docsContribute Docs Or Examples
Companion Guidance
Use karpathy-guidelines alongside this skill for implementation or review
work. Keep changes scoped, surface assumptions, and define focused validation
before editing.
Use this skill for docs-only or example-heavy changes.
Rules
- Prefer the documented public API, not internal shortcuts
- Keep package names, repo references, and build commands current
- Update entry-point docs when examples or reading paths change
- Keep release-process and release-history policy in
RELEASING.md, not in user-facing docs or a duplicateCHANGELOG.md - In MDX files, top-of-file comments must use JSX comment delimiters:
{/*to open and*/}to close. Do not use HTML comments for MDX SPDX headers.
Checklist
-
README.mdordocs/index.ymlupdated when entry points changed - Relevant getting-started or reference docs updated
- Example commands still match current package names and paths
- Relevant adapter or example
README.mdfiles updated when examples or adapters have changed. - New or regenerated MDX files use
{/* ... */}for top-of-file SPDX comments - Run
just docswhen the docs site changed
References
README.mdRELEASING.mddocs/index.ymlreview-doc-style