synthetic-data-factory
Installation
SKILL.md
Synthetic Data Factory
This skill enables the creation of 'Simulated Realities' to train AI without needing expensive real-world data.
Instructions
- Define the 'Target Distribution' of the required data (e.g., specific edge cases).
- Use Generative Adversarial Networks (GANs) or LLMs to produce text, images, or code.
- Implement 'Diversity Checks' to ensure the synthetic data isn't biased or repetitive.
- Use 'Differential Privacy' to ensure no real-user info is leaked into the synthetic sets.
- Validate synthetic data quality by training a small probe model and measuring performance.
Examples
- "Generate 100,000 synthetic customer service logs for training our new support AI."
- "Create a dataset of 5,000 diverse UI mockups for our frontend-design generator."