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
- Read the root
AGENTS.mdandCONTRIBUTING.mdcompletely. - Inspect the worktree and current branch without discarding or overwriting existing changes.
- Refresh the trusted
origin/mainreference, 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. - If any execution surface differs from trusted
origin/main, review the diff and obtain explicit approval before running it.