ent-schema-generator
Installation
SKILL.md
Ent Schema Generator
Overview
Transform requirement inputs into implementation-ready database schema plans for sphere-layout Go projects using Ent ORM. This skill focuses on decisions directly actionable in Ent schema code and downstream integration layers.
This skill is repository-specific — always prefer local scaffold conventions over generic patterns unless explicitly requested.
When to Use
Use this skill when the user mentions:
- Database schema, Ent schema, entity design, or table structure
- Adding new data models, fields, or relationships
- Database migration, schema evolution, or index planning
- Proto bindings, entpb generation, or bind/render integration
- Any prompt describing business data requirements that need database persistence