mcpbeat

Synthetic Data

microsoft/synthetic-data

Generate synthetic training data using NVIDIA Cosmos world foundation models for SDG pipelines

469 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
100
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/physical-ai-toolchain --skill synthetic-data

The instruction itself

7 sections, as written by the author

Synthetic Data Skill

Generate photorealistic training data using NVIDIA Cosmos world foundation models — Cosmos Transfer, Cosmos Predict, and Cosmos Reason.

Overview

The Synthetic Data domain provides SDG pipelines that transform simulation-rendered frames into photorealistic training data, predict future environment states, and curate output for training quality.

Pipeline Stages

| Stage | Model | Purpose |

|-------|-------|---------|

| Transfer | Cosmos Transfer 2.5 | Convert Isaac Sim renders to photorealistic images |

| Predict | Cosmos Predict 2.5 | Generate future frame sequences from observations |

| Reason | Cosmos Reason 2 | Assess data quality and filter training samples |

Workflow Submission

SDG workflows can be submitted via OSMO or AzureML:

  • OSMO workflows: synthetic-data/workflows/osmo/
  • AzureML jobs: synthetic-data/workflows/azureml/

Key Files

| File | Purpose |

|------|---------|

| synthetic-data/README.md | Domain overview and directory structure |

| synthetic-data/workflows/osmo/sdg-pipeline.yaml | End-to-end OSMO SDG pipeline |

| synthetic-data/cosmos/configs/README.md | Model configuration reference |

| synthetic-data/specifications/synthetic-data.specification.md | SDG pipeline specification |

| synthetic-data/specifications/cosmos-integration.specification.md | Cosmos model integration specification |

Environment Requirements

All NVIDIA Cosmos containers require:

| Variable | Value |

|----------|-------|

| ACCEPT_EULA | Y |

| PRIVACY_CONSENT | Y |

| NVIDIA_DRIVER_CAPABILITIES | all |

GPU Requirements

Each Cosmos model stage requires a minimum of 1x A100 (40 GB) GPU. H100 (80 GB) recommended for production workloads.

How to use it

Copy the folder

Take microsoft/synthetic-data from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.