| name | contribute-docs |
| description | Contribute documentation or example changes that stay aligned with NeMo Fabric public behavior |
| author | NVIDIA Corporation and Affiliates |
| license | Apache-2.0 |
Contribute 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 duplicate CHANGELOG.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
References
README.md
RELEASING.md
docs/index.yml
review-doc-style