db-seed

Installation
SKILL.md

Database Seed Generator

Generate seed scripts that populate databases with realistic, domain-appropriate sample data. Reads your schema and produces ready-to-run seed files.

Workflow

1. Find the Schema

Scan the project for schema definitions:

Source Location pattern
Drizzle schema src/db/schema.ts, src/schema/*.ts, db/schema.ts
D1 migrations drizzle/*.sql, migrations/*.sql
Raw SQL schema.sql, db/*.sql
Prisma prisma/schema.prisma

Read all schema files. Build a mental model of:

  • Tables and their columns
Related skills
Installs
496
GitHub Stars
776
First Seen
Mar 14, 2026