Safe Synthesizer
Task router for agents helping a person use NeMo Safe Synthesizer. Read the task file that matches the user request, then read the docs it names before giving user-facing instructions.
This package is exposed from the repository at .agents/skills/safe-synthesizer
as a symlink to skills/safe-synthesizer; reference paths below are relative to
this SKILL.md.
Instructions
- Run the pipeline, CLI, SDK, logging, or offline setup: read
references/run.md. - Set or override parameters: read
references/config.md. - Diagnose runtime, install, generation, OOM, or validation failures: read
references/diagnose.md. - Find outputs, logs, synthetic data, reports, or metrics: read
references/artifacts.md.
Answer Contract
- Start with the direct command, diagnosis, or file path.
- Cite relevant repo docs paths.
- Include one next action unless the user asks for a full walkthrough.
- Keep usage guidance separate from repo development internals.
- If the user asks to change CLI/config source code, read
docs/developer-guide/configuration_management.mdfrom a source checkout or the configuration management guide from a standalone install.
Examples
- A DP CLI run request routes to
references/run.md. - A nested parameter override request routes to
references/config.md. - An OOM, install, or validation failure routes to
references/diagnose.md. - An output, log, report, or metric lookup routes to
references/artifacts.md.