Generate database seed scripts with realistic sample data. Reads Drizzle schemas or SQL migrations, respects foreign key ordering, produces idempotent TypeScript or SQL seed files. Handles D1 batch limits, unique constraints, and domain-appropriate data. Use when populating dev/demo/test databases. Triggers: 'seed database', 'seed data', 'sample data', 'populate database', 'db seed', 'test data', 'demo data', 'generate fixtures'.
$npx -y skills add jezweb/claude-skills --skill db-seedInstalls into the current project.
Run `npx skills use "https://github.com/jezweb/claude-skills" --skill "jezweb/claude-skills/db-seed"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jezweb/claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jezweb/claude-skills"` and select the relevant skills, then follow their instructions.