What problem does it solve? Developers and product teams often need realistic test data to validate features, populate staging environments, or demo products, but hand-writing sample records is slow and produces unrealistic data. ## Core Features & Use Cases - Custom Schema Definition: Specify columns, data types, value ranges, and row counts for any dataset type such as customer feedback, transactions, or user profiles. - Multiple Output Formats: Produce CSV files, JSON structures, SQL INSERT statements, or executable Python generator scripts. - Business Constraints: Apply realistic rules like rating distributions, category-rating correlations, and valid email domains. - Use Case: You are building a feedback analytics dashboard and need 500 rows of customer feedback with a 40% five-star skew where bug reports only appear in low ratings. This Skill generates a ready-to-use CSV or Python script matching those constraints. ## Quick Start Ask the AI to generate a 200-row customer feedback dataset with rating, category, and email columns as a CSV file, with bug categories limited to 1-3 star ratings.