github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a database with sample data for development, testing, or demonstration purposes. The skill is triggered by phrases like "seed database", "generate test data", "create seed script", or "populate database with realistic data".
Review Score
16%
Validation Score
11/16
Implementation Score
0%
Activation Score
0%
This skill automates the creation of database seed scripts, populating your database with realistic and consistent test data. It leverages Faker libraries to generate diverse and believable data, ensuring relational integrity and configurable data volumes.
This skill activates when you need to:
User request: "Create a seed script to populate my users table with 50 realistic users."
The skill will:
User request: "Generate test data for my blog database, including posts, comments, and users."
The skill will:
This skill integrates well with database migration tools and frameworks, allowing you to automate the entire database setup process, including schema creation and data seeding. It can also be used in conjunction with testing frameworks to generate realistic test data for automated testing.