← All plugins
data-seeder-generator
v1.22.0Generate realistic test data and database seed scripts for development and testing environments
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/data-seeder-generator/ inside the repository.
Layout
plugins/database/data-seeder-generator/
├── .claude-plugin/plugin.json└── skills/generating-database-seed-data/SKILL.md
Skills1
generating-database-seed-dataskills/generating-database-seed-data/SKILL.md
Process this skill enables AI assistant 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. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.
Manifests1
plugins/database/data-seeder-generator/.claude-plugin/plugin.json
{
"name": "data-seeder-generator",
"version": "1.22.0",
"description": "Generate realistic test data and database seed scripts for development and testing environments",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"seeding",
"test-data",
"fixtures",
"database",
"testing",
"agent-skills"
]
}