Db Seed

🌐Community
by forever-efficient · vlatest · Repository

Db Seed generates diverse, realistic database seeds for various game genres, streamlining content creation and accelerating development workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add db-seed npx -- -y @trustedskills/db-seed
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "db-seed": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/db-seed"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The db-seed skill allows AI agents to populate a database with initial data. This is useful for setting up development environments, creating test datasets, or bootstrapping new applications that require pre-existing information. It automates the process of inserting records into tables based on provided seed data files.

When to use it

  • Development Environment Setup: Quickly create a local database instance with sample data for testing and debugging purposes.
  • Test Data Generation: Populate a test database with realistic but controlled data for automated testing scenarios.
  • Application Bootstrapping: Initialize a new application's database with essential initial records, such as user accounts or product categories.
  • Data Migration Testing: Verify that data migration scripts correctly populate the target database schema.

Key capabilities

  • Database population from seed files
  • Automated record insertion
  • Support for various database types (implied)

Example prompts

  • "Seed the users table with the data in seed_data/users.sql."
  • "Populate the products table using the records defined in fixtures/product_data.json."
  • “Create a database and seed it with initial data from the provided files.”

Tips & gotchas

The skill requires access to a database instance and appropriate credentials for writing data. Ensure that the seed data file format is compatible with the target database system (e.g., SQL, JSON).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
forever-efficient
Installs
25

🌐 Community

Passed automated security scans.