From Claude DB
Generates FK-aware, deterministic seed INSERTs from schemas/ORM models. Read-only, dependency-ordered output for dev/test fixtures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-db:seed <path-to-schema> [--rows N] [--format sql|json]<path-to-schema> [--rows N] [--format sql|json]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates **FK-aware, deterministic** sample/seed `INSERT`s from a schema. **Read-only** — it never connects to or writes to a database. The output is **dev/test data only**: predictable values derived from the row index (no RNG), suitable for fixtures, local development, and CI — never for production.
Generates FK-aware, deterministic sample/seed INSERTs from a schema. Read-only — it never connects to or writes to a database. The output is dev/test data only: predictable values derived from the row index (no RNG), suitable for fixtures, local development, and CI — never for production.
$ARGUMENTS = <path-to-schema> [flags]. The target is a schema/DDL, ORM model, or migration file. If no path is given, detect one in the working directory (look for *.sql, schema.prisma, models.py, migration dirs). If nothing is found, say so plainly and suggest pointing at a file or running /claude-db:design to create one.
$ARGUMENTS or detection above).node scripts/gen-seed.mjs --file <schema> --rows N [--format sql|json]
--rows N defaults to 5 (clamped 1–1000). --format defaults to sql; json returns the statements as an array plus metadata.INSERT statements, grouped by table in that order.seed.sql or fixtures.json) — only write if the user confirms a path. Otherwise leave it inline.--rows yields byte-identical output, so seeds are diff-friendly and reproducible.[email protected], fixed timestamps, sequential ids) — not realistic or privacy-safe production data.For dev/test fixtures only. Never run generated seeds against a production database. Respond in the user's language (EN/ES).
npx claudepluginhub hainrixz/claude-db --plugin claude-dbProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.