prisma-dev
Installation
SKILL.md
Prisma Dev
Develop Prisma schema models, migrations, and client usage 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/PRISMA_CONVENTION.md- Schema model, relation, migration, transaction, client usage 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, 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, loggingreferences/TYPESCRIPT_CONVENTION.md- When unsure about TS style, imports, types, enum vs union