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:

  1. Always read first (core rules):

    • references/TYPEORM_CONVENTION.md — Entity, Relation, Migration, Transaction, Repository rules
    • references/DATABASE_CONVENTION.md — Common fields, naming, ID strategy, migration principles
  2. Read when relevant:

    • references/MYSQL_CONVENTION.md — MySQL-specific types, ENUM prohibition, DECIMAL precision, timezone, field COMMENT, index, query optimization
    • references/REDIS_CONVENTION.md — When caching strategy involves Redis alongside DB
    • references/COMMON_CONVENTION.md — When unsure about naming, git conventions, error codes, domain glossary
    • references/TYPESCRIPT_CONVENTION.md — When unsure about TS style, imports, types, enum/union/as-const naming

Workflow

Installs
2
First Seen
Mar 5, 2026
typeorm-dev — sellernote/sellernote-vibecode-plugin