config-conventions

Community

Make NeMo-RL configs predictable and safe.

Authoryo-steven
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It prevents hidden or inconsistent configuration defaults in NeMo-RL by making YAML the single source of truth and enforcing clear rules around required fields, optional fields, and documented exemplar values.

Core Features & Use Cases

  • YAML-first defaults: Stops developers from hardcoding non-None defaults in code so runtime behavior is explicit and user-controlled.
  • TypedDict optionality: Guides correct handling of NotRequired fields so absence is treated as meaningful rather than masked by magic fallback values.
  • Exemplar-driven documentation: Ensures exemplar YAMLs define defaults, while recipe YAMLs remain minimal by inheriting via a required defaults pointer.
  • Forbidden patterns guardrails: Flags common ways defaults leak into code (e.g., get(..., "bfloat16") or function parameters defaulting config values), improving review quality.

Quick Start

Follow the rules in this skill while editing NeMo-RL TypedDict config structures and exemplar/recipe YAMLs, then use minimize on any recipe YAML missing the required defaults key.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: config-conventions
Download link: https://github.com/yo-steven/skills-exploration-20260522/archive/main.zip#config-conventions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.