nat-user-rules
Installation
SKILL.md
NeMo Agent Toolkit User Rules
Use this skill first when working in the NeMo Agent Toolkit repository. It routes tasks to focused skills and states rules that apply across all toolkit work.
Mandatory Rules
- Discover registered component
_typevalues withnat info componentsbefore writing workflow, evaluation, optimizer, logging, or tracing YAML. - Do not invent
_typenames or configuration keys from memory. - Use
natonly for technical identifiers such as the CLI, package name, Python namespace, paths, and environment variables. - In prose, use "NVIDIA NeMo Agent Toolkit" on first use, then "NeMo Agent Toolkit" or "the toolkit".
- Prefer existing examples and docs before creating new patterns.
- Keep generated examples runnable from the repository root unless the surrounding example uses another convention.