nemo-rl-session-memory

Originally fromnvidia/skills
Installation
SKILL.md

Session Memory

Keep a durable, human-readable record of the current working session so another agent can resume after a disconnect with minimal context loss.

When To Use

Use this skill when:

  • The user asks to preserve, recover, checkpoint, or manage agent memory.
  • Work is long-running, experimental, or likely to span disconnects.
  • You are about to make nontrivial edits, run long jobs, switch branches, or pause for user input.
  • You resume in a repo that already has ./session/ directories.

Session Directory

Create one directory per working session:

Installs
39
First Seen
Jun 12, 2026
nemo-rl-session-memory — promptingcompany/nv-skills