nemoclaw-contributor-onboard

Installation
SKILL.md

Onboard a NemoClaw Contributor

Use the repository setup script as the executable source of truth. Do not duplicate its dependency, build, hook, CLI-exposure, or readiness logic in agent commands.

Establish Trust First

  1. Read the root AGENTS.md and CONTRIBUTING.md completely.
  2. Inspect the worktree and current branch without discarding or overwriting existing changes.
  3. Refresh the trusted origin/main reference, then compare the entire checkout/worktree diff against that up-to-date base before executing any checkout-local code. Include staged, unstaged, and untracked files; review lockfiles and all transitively executed source, not only the entry script or package manifests.
  4. If any execution surface differs from trusted origin/main, review the diff and obtain explicit approval before running it.

Route by Intent

Installs
3
Repository
nvidia/nemoclaw
GitHub Stars
22.0K
First Seen
Jul 11, 2026
nemoclaw-contributor-onboard — nvidia/nemoclaw