data-seeding

Community

Seed realistic data to bootstrap apps quickly.

AuthorPrasadTelasula
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides scripts to seed a development database with realistic test data, enabling repeatable demos, testing, and onboarding.

Core Features & Use Cases

  • Seed Data: Users, team members, updates, tools, resources, and research.
  • Idempotent Seeds: Safe to run multiple times without duplicating data.
  • Environment-aware: Seeding behavior adapts to dev/staging environments.

Quick Start

Run: make seed or python -m app.db.seed to populate your database with mock data.

Dependency Matrix

Required Modules

SQLAlchemy

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: data-seeding
Download link: https://github.com/PrasadTelasula/EvokeQOne/archive/main.zip#data-seeding

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