> generating-database-seed-data
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a database with sample data for development, testing, or demonstration purposes. The skill is triggered by phrases like "seed database", "generate test data", "create seed script", or "populate database wi
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/data-seeder-generator?format=md"Overview
This skill automates the creation of database seed scripts, populating your database with realistic and consistent test data. It leverages Faker libraries to generate diverse and believable data, ensuring relational integrity and configurable data volumes.
How It Works
- Analyze Schema: Claude analyzes the database schema to understand table structures and relationships.
- Generate Data: Using Faker libraries, Claude generates realistic data for each table, respecting data types and constraints.
- Maintain Relationships: Claude ensures foreign key relationships are maintained, creating consistent and valid data across tables.
- Create Seed Script: Claude generates a database seed script (e.g., SQL, JavaScript) containing the generated data.
When to Use This Skill
This skill activates when you need to:
- Populate a development database with realistic data.
- Create a seed script for automated database setup.
- Generate test data for application testing.
- Demonstrate an application with pre-populated data.
Examples
Example 1: Populating a User Database
User request: "Create a seed script to populate my users table with 50 realistic users."
The skill will:
- Analyze the 'users' table schema (name, email, password, etc.).
- Generate 50 sets of realistic user data using Faker libraries.
- Create a SQL seed script to insert the generated user data into the 'users' table.
Example 2: Seeding a Blog Database
User request: "Generate test data for my blog database, including posts, comments, and users."
The skill will:
- Analyze the 'posts', 'comments', and 'users' table schemas and their relationships.
- Generate realistic data for each table, ensuring foreign key relationships are maintained (e.g., comments linked to posts, posts linked to users).
- Create a seed script (e.g., JavaScript with TypeORM) to insert the generated data into the database.
Best Practices
- Data Volume: Start with a small data volume and gradually increase it to avoid performance issues.
- Data Consistency: Ensure the Faker libraries used are appropriate for the data types and formats required by your database.
- Idempotency: Design your seed scripts to be idempotent, so they can be run multiple times without causing errors or duplicate data.
Integration
This skill integrates well with database migration tools and frameworks, allowing you to automate the entire database setup process, including schema creation and data seeding. It can also be used in conjunction with testing frameworks to generate realistic test data for automated testing.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.