seed-data

Installation
SKILL.md

Realistic Seed Data Generator

I'll analyze your database schema and generate realistic seed/fixture data for testing and development, maintaining proper relationships and constraints.

Supported ORMs & Data Generators:

  • Prisma (with Faker.js)
  • TypeORM (with Faker.js)
  • Django (with Faker Python)
  • SQLAlchemy (with Faker Python)
  • Sequelize (with Faker.js)

Token Optimization

This skill uses data generation-specific patterns to minimize token usage:

1. Schema Model Caching (700 token savings)

Pattern: Cache parsed schema models and relationships

  • Store schema analysis in .seed-data-schema-cache (1 hour TTL)
  • Cache: models, field types, relationships, constraints
Related skills
Installs
8
GitHub Stars
1
First Seen
Feb 21, 2026