mcpbeat

Nat Agent Configuration

nvidia/nat-agent-configuration

Use when selecting, configuring, composing, or troubleshooting NeMo Agent Toolkit agents and control-flow components, including ReAct, tool-calling, ReWOO, reasoning, router, sequential, parallel, and sub-agent patterns.

5k tokens
context cost
the whole folder, loaded on every use
5
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2551
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/NeMo-Agent-Toolkit --skill nat-agent-configuration

What comes with it

17 492 bytes besides the instruction
references/additional-agent-types.md
references/agents.md
references/subagent-patterns.md
references/subagents.md

What it tells the agent to use

found in the instruction text
Task spawns other agents

The instruction itself

3 sections, as written by the author

NeMo Agent Toolkit Agent Configuration

Use this skill when the task is about choosing or wiring agent components.

Workflow

  • Classify the workflow shape before choosing an agent.
  • Prefer built-in agents and control-flow components before custom Python.
  • Use sub-agents as tools when composing larger systems.
  • Validate agent behavior with a small nat run request before broad tests.

References

  • references/agents.md
  • references/additional-agent-types.md
  • references/subagents.md
  • references/subagent-patterns.md

How to use it

Copy the folder

Take nvidia/nat-agent-configuration from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.