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:

  1. Always read first (core rules):

    • references/PRISMA_CONVENTION.md - Schema model, relation, migration, transaction, client usage 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, 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, logging
    • references/TYPESCRIPT_CONVENTION.md - When unsure about TS style, imports, types, enum vs union

Workflow

Installs
3
First Seen
Mar 5, 2026
prisma-dev — sellernote/sellernote-vibecode-plugin