nvidia/skill-evolution
Use before creating, editing, or deciding whether to update any AI coding agent skill in this repository, including corrections to existing skill behavior, references, or routing.
npx skills add https://github.com/NVIDIA/NeMo-Agent-Toolkit --skill skill-evolution
Use this skill before creating, editing, or deciding whether to update any AI coding agent skill in this repository.
Update a skill when any of the following happens:
_type, or installation instruction is stale.Do not update skills for one-off user preferences, temporary local environment quirks, or speculative guidance that was not validated.
SKILL.md concise and task-oriented.references/ directory.AGENTS.md when a new skill is added or task routing changes.Use the flat skills layout:
skills/
nat-installation/
SKILL.md
references/
nat-workflow-creation/
SKILL.md
references/
Each skill folder must contain one SKILL.md with frontmatter:
---
name: skill-name
description: Use when ...
author: NVIDIA Corporation and Affiliates
license: Apache-2.0
---
Use author and license frontmatter instead of long license headers in SKILL.md files.
Use specific names that describe the task surface. Avoid catch-all folders that hide routing information.
nat only for technical identifiers such as the CLI, package name, Python namespace, paths, and environment variables.Take nvidia/skill-evolution from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.