What problem does it solve? Creating realistic test data by hand is slow and error-prone, and developers often need sample datasets that respect business rules, valid formats, and plausible value distributions for testing, demos, and environment seeding. ## Core Features & Use Cases - Multi-Format Output: Produces datasets as CSV files, JSON structures, SQL INSERT statements, or executable Python generator scripts. - Constraint-Aware Generation: Applies business rules such as rating distributions, category-rating relationships, and realistic email domains. - Customizable Schemas: Lets you define dataset type, columns, row counts, and value ranges for domains like customer feedback, transactions, or user profiles. - Use Case: You need 500 rows of customer feedback data where bug reports only appear with low ratings and 40% of entries are 5-star reviews; the Skill generates a ready-to-use CSV or Python script matching those constraints. ## Quick Start Ask the assistant to generate a 200-row customer feedback dataset with rating constraints and export it as a CSV file.