Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "dummy-dataset" skill by following the instructions at https://skill123.me/install/dummy-dataset.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/dummy-dataset.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 2 KBAbout this skill
Overview
Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.
Source
- Repo: https://github.com/phuryn/pm-skills
- Path: pm-execution/skills/dummy-dataset
Evaluation
AI-evaluated 2026-09-03: Clear argument structure, step-by-step process, a Python template, and concrete example spec with constraints, though the template is skeletal. Solves a common dev/testing need; benign local file generation with no risky operations.
