generating-database-seed-data
について
このスキルは、開発とテストのためのリアルなデータベースシードデータとSQLスクリプトを生成します。Fakerライブラリを使用して信憑性のあるデータを作成し、リレーショナル整合性を維持しながら、設定可能なデータ量を提供します。一貫性のある高品質なテストデータで、迅速にデータベースを投入するためにご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/jeremylongshore/claude-code-plugins-plusgit clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/generating-database-seed-dataこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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.
GitHub リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
evaluating-llms-harness
テストThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
sglang
メタSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
