data-faker
by Kevin Cline
Generate realistic JSON or CSV test data from plain-English schema descriptions with up to 1,000 rows.
- Generate realistic datasets for database seeding and migrations
- Create bulk CSV files for testing import/upload functionality
- Populate UI prototypes with varied, non-repeating mock data
$12
One-time purchase · Own forever
Included in download
- Generate realistic datasets for database seeding and migrations
- Create bulk CSV files for testing import/upload functionality
- terminal automation included
- Includes example output and usage patterns
See it in action
Schema: e-commerce orders Rows: 100 Format: CSV [Sample] order_id,product,price,quantity,status,date ORD-A1B2C3D4,ProMax Widget,49.99,2,completed,2024-08-15 ORD-E5F6G7H8,CoreSuite Pro,129.00,1,pending,2024-10-02 Saved: ./fake_data.csv
data-faker
by Kevin Cline
Generate realistic JSON or CSV test data from plain-English schema descriptions with up to 1,000 rows.
$12
One-time purchase · Own forever
⚡ Also available via Agensi Pro — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Generate realistic datasets for database seeding and migrations
- Create bulk CSV files for testing import/upload functionality
- terminal automation included
- Includes example output and usage patterns
- Instant install
See it in action
Schema: e-commerce orders Rows: 100 Format: CSV [Sample] order_id,product,price,quantity,status,date ORD-A1B2C3D4,ProMax Widget,49.99,2,completed,2024-08-15 ORD-E5F6G7H8,CoreSuite Pro,129.00,1,pending,2024-10-02 Saved: ./fake_data.csv
About This Skill
What it does
Data Faker is a high-utility developer tool that transforms plain-English schema descriptions into high-quality, realistic datasets for testing and development. It moves beyond generic lorem ipsum by understanding the semantic meaning behind your field names to generate contextually accurate data points like UUIDs, US-formatted addresses, realistic prices, and ISO dates.
Why use this skill
Instead of manually writing scripts or using generic online generators that require tedious form-filling, you can simply describe what you need in one sentence. This skill is superior to basic LLM prompting because it handles large-scale generation (up to 1,000 rows) without data truncation, ensures cross-record uniqueness to prevent primary key collisions, and enforces strict formatting for CSV and JSON output files—saving you from parsing errors in your test suites.
Supported tools and formats
- Smart Type Detection: Automatically maps over 30 field patterns (e.g., 'revenue', 'sku', 'ip_address', 'status').
- Flexible Export: Generates valid JSON arrays or RFC 4180 compliant CSV files.
- Custom Enums: Detects bracketed or parenthetical status lists directly from your prompt.
- Contextual Logic: Matches phone formats to countries and ensures realistic numeric distributions.
📖 Learn more: Best Testing & QA Skills for Claude Code →
Use Cases
- Generate realistic datasets for database seeding and migrations
- Create bulk CSV files for testing import/upload functionality
- Populate UI prototypes with varied, non-repeating mock data
- Simulate transaction logs for data visualization and analytics testing
How to Install
unzip data-faker.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
pr-description-writer
Writes clear pull request descriptions by analyzing your branch diff. Covers what changed, why, how, and what to test. Works with GitHub, GitLab, and Bitbucket.