Generate Data banner
stefanomartiradonna stefanomartiradonna

Generate Data

Testing community

Description

--- description: Generate realistic dummy datasets for testing — CSV, JSON, SQL inserts, or Python scripts argument-hint: "<description of the data you need>" --- # /generate-data -- Test Data Generator Create realistic dummy datasets for development, testing, demos, or prototyping. Outputs as ready-to-use files in your preferred format. ## Invocation ``` /generate-data 1000 users with names, emails, plan tier, signup date, and activity score /generate-data E-commerce orders dataset: product

Installation

Installs to ~/.claude/skills/stefanomartiradonna-claude-brain-generate-data/SKILL.md

Terminal
mkdir -p ~/.claude/skills/stefanomartiradonna-claude-brain-generate-data && curl -fsSL https://raw.githubusercontent.com/stefanomartiradonna/claude-brain/HEAD/commands/generate-data.md -o ~/.claude/skills/stefanomartiradonna-claude-brain-generate-data/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository