ent-schema-implementer

Installation
SKILL.md

Ent Schema Implementer

Convert an approved database design into concrete Ent schema changes for go-sphere projects — step by step, with explicit checkpoints before writing code.

This skill starts after the data model is stable enough to code. Its focus is Ent schema files, entproto compliance, generation impact, and downstream integration checkpoints. It confirms the implementation plan first, then implements, rather than writing code immediately and hoping the assumptions were right.

Entry Gate

Use this skill only when at least one of these is true:

  1. The user explicitly says the database design is approved.
  2. There is an accepted review brief or spec that defines the entities.
  3. The task is clearly to implement or update Ent schema code rather than debate data modeling.

If requirements are still fluid, stop and return to db-schema-designer.

Installs
3
GitHub Stars
1
First Seen
Mar 18, 2026
ent-schema-implementer — go-sphere/skills