Database Seeding

Community

Idempotent seeding for safe, repeatable data.

Authorhackur
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Idempotent seeder patterns with core/reference/dev separation and environment-specific execution using firstOrCreate/updateOrCreate.

Core Features & Use Cases

  • Three seeder categories: Core (Always Run), Reference (Optional), Development (Local)
  • Idempotent seeds using firstOrCreate and updateOrCreate
  • Environment-specific execution logic for development data

Quick Start

./scripts/dev.sh seed:core

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Database Seeding
Download link: https://github.com/hackur/web-standards-playground-showcase/archive/main.zip#database-seeding

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository