syncable-entity-types-and-constants
Installation
SKILL.md
Syncable Entity: Types & Constants (Step 1/6)
Purpose: Define all types, entities, and register in central constants. This is the foundation - everything else depends on these types being correct.
When to use: First step when creating any new syncable entity. Must be completed before other steps.
Quick Start
This step creates:
- Metadata name constant (twenty-shared)
- TypeORM entity (extends
SyncableEntity) - Flat entity types
- Action types (universal + flat)
- Central constant registrations (5 constants)