Ent Seed Sql Generator

🌐Community
by go-sphere Β· vlatest Β· Repository

Generates SQL queries from Entity Seed models, streamlining database interactions and simplifying data access for developers.

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 ent-seed-sql-generator npx -- -y @trustedskills/ent-seed-sql-generator
2

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

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

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

About This Skill

What it does

This skill generates SQL seed files based on an entity model. It allows you to quickly populate a database with initial data, useful for development and testing environments. The generated SQL is designed to create tables and insert sample records according to the provided schema.

When to use it

  • Setting up a new development environment: Quickly generate seed data for your application's database during local setup.
  • Populating a test database: Create realistic test data based on your entity model.
  • Demonstrating functionality: Provide example data to showcase how the application interacts with the database.
  • Database migrations: Generate initial data as part of a larger database migration process.

Key capabilities

  • Generates SQL seed files.
  • Based on an entity model.
  • Creates tables and inserts sample records.

Example prompts

  • "Generate SQL seed files for my 'User' and 'Product' entities."
  • "Create a database seed with 5 users and 10 products."
  • β€œCan you generate the SQL to populate my database schema?”

Tips & gotchas

The skill requires an existing entity model as input. The quality of the generated SQL depends on the accuracy and completeness of the provided entity definition.

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
go-sphere
Installs
10

🌐 Community

Passed automated security scans.