ent-seed-sql
Installation
SKILL.md
Ent Seed SQL
Overview
Generate one SQL seed file that can be executed directly. Infer schema and relationships from Ent definitions or other inputs, then create realistic data with referential integrity and deterministic IDs.
Scope
Use this skill when the task is "produce executable seed SQL from Ent and related context."
Do not use this skill when the task is schema migration design, query optimization, or runtime repository/service implementation.
Workflow
- Collect inputs and constraints:
- Prompt requirements
- Product documentation
- Demo program or existing seed snippets
- Ent schema files, migration files, or table DDL if available