🌱
DevOpsPython

Database Seed Generator

by jezweb

Database Seed Generator is a DevOps skill for Claude Code, published by jezweb in claude-skills.

974 stars102 forkson jezweb/claude-skillsAdded 2026/08/21Repository updated 2026/07/02
aianthropicautomationclaude-codeclaude-skillscloudflaredevtoolsproductivityreactskillstailwindvite
Install in seconds
Install Database Seed Generator
Copy Database Seed Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jezweb/claude-skills/tree/main/plugins/cloudflare/skills/db-seed ~/.claude/skills/db-seed

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jezweb/claude-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/cloudflare/skills/db-seed/SKILL.md in jezweb/claude-skills
Installs to
~/.claude/skills/db-seed
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Database Seed Generator does

Database Seed Generator creates idempotent seed scripts from Drizzle schemas or SQL migrations. It is used to populate dev, demo, or test databases with realistic data while respecting foreign keys and constraints.

Database Seed Generator is cataloged under DevOps on DirSkills. Database Seed Generator comes from a repository tagged ai, anthropic, automation, claude-code and claude-skills.

Documentation

README

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
  • Data types and constraints (NOT NULL, UNIQUE, DEFAULT)
  • Foreign key relationships (which tables reference which)
  • JSON fields stored as TEXT (common in D1/SQLite)

2. Determine Seed Parameters

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Database Seed Generator

  • What else does jezweb publish alongside Database Seed Generator?

    Database Seed Generator is one of 25 skills that DirSkills catalogs from jezweb/claude-skills, the repository it ships in. Its siblings there include AI Image Generator, App Documentation Generator and Cloudflare API. Each one is a separate skill with its own page in this directory, installs the same way Database Seed Generator does, and is maintained by jezweb in that same repository. The rest of the collection is listed on the jezweb/claude-skills page.

  • How does Database Seed Generator compare to other DevOps skills?

    Database Seed Generator ranks #455 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Database Seed Generator against them. Open each page to compare what they document and how they install.

More from jezweb/claude-skills

Database Seed Generator is one of 25 skills cataloged on DirSkills from jezweb/claude-skills.

See all 25 skills
🎨
1w ago

AI Image Generator

AI Image Generator uses Gemini and OpenAI image APIs to create scenes, icons, posters, infographics, and other visual assets. Use it when you need text-aware images, transparent icons, batch variations, or multi-reference compositing.
AI Engineering
974102
📘
1w ago

App Documentation Generator

App Documentation Generator browses a web app, screenshots its screens, and writes a structured user guide. Use it to create step-by-step docs, annotated screenshots, and workflow references for end users or admins.
Writing
974102
☁️
1w ago

Cloudflare API

Cloudflare API hits the Cloudflare REST API directly for bulk DNS, custom hostnames, email routing, WAF rules, cache purge, and other fleet operations. Use it when wrangler or MCP are too limited or too slow.
DevOps
974102
☁️
1w ago

Cloudflare Worker Builder

Cloudflare Worker Builder scaffolds and deploys Cloudflare Worker projects with Hono, Vite, and Static Assets. Use it to set up bindings, route APIs, and troubleshoot export or deployment issues.
DevOps
974102
🔎
1w ago

Codex Review

Codex Review runs an independent code review with the OpenAI Codex CLI and saves a severity-prioritised report. Use it for PRs, commits, uncommitted changes, or whole-app checks to catch bugs, regressions, security, and testing gaps.
Quality
974102
🎨
1w ago

Color Palette Generator

Color Palette Generator creates accessible color scales, semantic tokens, and dark mode variants from a brand hex. Use it when setting design system colors, generating Tailwind theme values, or checking contrast.
Frontend
974102