dummy-dataset

Generate customizable dummy datasets in CSV, JSON, SQL, or Python formats.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/runchr-com/pm-skills-gemini --skill dummy-dataset-runchr-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dummy-dataset
Source: https://github.com/runchr-com/pm-skills-gemini/tree/main/.gemini/skills/dummy-dataset
Command: npx skills add https://github.com/runchr-com/pm-skills-gemini --skill dummy-dataset-runchr-com

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of realistic dummy datasets, saving significant time and effort in development and testing.

Core Features & Use Cases

  • Customizable Data Generation: Define columns, data types, constraints, and row counts.
  • Multiple Output Formats: Generate data as CSV, JSON, SQL INSERT statements, or a Python script.
  • Use Case: Need to populate a new user database for testing? Use this Skill to generate 1000 realistic user profiles with names, emails, and creation dates in CSV format.

Quick Start

Generate a dataset of 500 customer feedback records in JSON format.

Frequently Asked Questions about dummy-dataset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate realistic mock data for software testing?

You can generate realistic mock data for software testing by defining custom columns, data types, and constraints to create datasets that adhere to your specified business rules. This provides executable scripts or direct data files for QA environments.

What output formats can I export dummy datasets to?

Dummy datasets can be exported to multiple output formats including CSV, JSON, SQL INSERT statements, and Python scripts. This format flexibility allows direct integration into various development and demonstration environments.

Can I apply specific constraints and business rules when generating test data?

Yes, you can apply specific constraints and business rules when generating test data by defining customizable columns and data types. This ensures the generated dummy datasets satisfy your requirements for data realism and adhere to specified business logic.

What is the best way to populate a database with sample data for development?

The best way to populate a database with sample data for development is to generate SQL INSERT statements or Python scripts with realistic dummy data. This automates dataset creation, saving significant time and effort in setting up demonstration environments.

Do I need any external dependencies to generate CSV or JSON test data?

No external dependencies are required to generate CSV or JSON test data. The Skill operates independently without any listed dependencies, allowing you to directly output data files or executable scripts for your software development needs.