Ent Seed Sql Generator
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.
Run in terminal (recommended)
claude mcp add ent-seed-sql-generator npx -- -y @trustedskills/ent-seed-sql-generator
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.