typeorm-dev
Installation
SKILL.md
TypeORM Dev
Develop TypeORM entities, migrations, and repository patterns following Sellernote conventions.
Convention Loading
Before starting any work, Read the relevant reference files from references/ within this skill directory:
-
Always read first (core rules):
references/TYPEORM_CONVENTION.md— Entity, Relation, Migration, Transaction, Repository rulesreferences/DATABASE_CONVENTION.md— Common fields, naming, ID strategy, migration principles
-
Read when relevant:
references/MYSQL_CONVENTION.md— MySQL-specific types, ENUM prohibition, DECIMAL precision, timezone, field COMMENT, index, query optimizationreferences/REDIS_CONVENTION.md— When caching strategy involves Redis alongside DBreferences/COMMON_CONVENTION.md— When unsure about naming, git conventions, error codes, domain glossaryreferences/TYPESCRIPT_CONVENTION.md— When unsure about TS style, imports, types, enum/union/as-const naming