nemo-data-designer-plugin

Generate synthetic datasets and data pipelines with the Data Designer library.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-data-designer-plugin-nvidia-nemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-data-designer-plugin
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/skills/nemo-data-designer-plugin
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill nemo-data-designer-plugin-nvidia-nemo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires data-designer, pydantic, pyarrow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill solves the challenge of creating high-quality synthetic datasets and complex data generation pipelines without manual, error-prone configuration.

Core Features & Use Cases

  • Synthetic Data Generation: Create diverse, schema-compliant datasets using LLM-powered samplers and custom generators.
  • Pipeline Orchestration: Build portable data generation pipelines that work seamlessly across local environments and cluster-based platforms.
  • Use Case: A developer needs to generate 10,000 synthetic customer support tickets with specific demographic and issue-type distributions for model training; this skill automates the entire configuration, validation, and generation workflow.

Quick Start

Use the nemo-data-designer-plugin to create a synthetic dataset of customer support tickets by following the interactive design workflow.

Frequently Asked Questions about nemo-data-designer-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate synthetic datasets for model training without manual configuration?

You can generate synthetic datasets by using LLM-powered samplers and custom generators to automate configuration, schema validation, and the creation of diverse data distributions for model training.

How do I build data generation pipelines that run locally and on a cluster?

You can build portable data generation pipelines that support iterative design and local previewing, then seamlessly submit the same configurations for large-scale, cluster-based generation tasks.

Can I use NeMo personas and inference gateway providers to create diverse synthetic data?

Yes, synthetic data generation integrates with Nemotron Personas and Inference Gateway providers to ensure high-fidelity, diverse, and schema-validated output across your generated datasets.

Does the synthetic data generation workflow validate dataset schemas automatically?

Yes, the workflow uses Pydantic dependencies to enforce schema validation automatically, ensuring that all generated records and custom data distributions remain compliant before pipeline execution.

What is the best way to generate thousands of synthetic customer support tickets with specific distributions?

The best way is to use an automated pipeline that configures LLM-powered samplers to generate large volumes of records while applying specific demographic and issue-type distributions for schema-compliant output.

Are there limitations when previewing large-scale synthetic data pipelines locally?

Local previewing supports iterative design for your pipeline, but large-scale generation tasks require cluster-based submission to execute the full workflow and produce massive synthetic datasets efficiently.