Generate realistic dummy datasets for testing (CSV, JSON, SQL inserts, Python scripts) from a data description, with schema, preview, and editable generator script.
From pm-executionnpx claudepluginhub jupitermoney/pm-superic-skills --plugin pm-execution<description of the data you need>/generate-dataGenerate realistic dummy datasets for testing (CSV, JSON, SQL inserts, Python scripts) from a data description, with schema, preview, and editable generator script.
/generate-dataGenerates realistic test data from schemas or models, respecting constraints, relationships, and locales. Outputs JSON, CSV, SQL INSERTs, or fixtures to test/fixtures with validation report.
/generate-dataGenerate realistic dummy datasets for testing (CSV, JSON, SQL inserts, Python scripts) from a data description, with schema, preview, and editable generator script.
/generate-dataGenerate realistic dummy datasets for testing (CSV, JSON, SQL inserts, Python scripts) from a data description, with schema, preview, and editable generator script.
Create realistic dummy datasets for development, testing, demos, or prototyping. Outputs as ready-to-use files in your preferred format.
/generate-data 1000 users with names, emails, plan tier, signup date, and activity score
/generate-data E-commerce orders dataset: products, customers, timestamps, amounts
/generate-data Sample data matching this schema: [paste table definition]
Understand:
Apply the dummy-dataset skill:
Output in the requested format (or ask):
## Generated Dataset: [Description]
**Rows**: [count]
**Columns**: [list]
**Format**: [CSV / JSON / SQL / Python]
### Schema
| Column | Type | Constraints | Distribution |
|--------|------|-----------|-------------|
### Sample (first 5 rows)
[Preview of the data]
### Files
- [data file]
- [generator script, if applicable]
Save data file and generator script to the user's workspace.