prisma

Installation
SKILL.md

Prisma Skills

This skill covers best practices for using Prisma ORM effectively, including schema design, migrations, and query optimization.

Database Migrations

Purpose

Safely manage database schema changes with reproducible migrations.

Migration Workflow

  1. Modify Schema

    • Update prisma/schema.prisma with new models or fields
    • Use descriptive names following conventions
    • Add comments for complex relationships
  2. Create Migration

Related skills

More from violabg/dev-recruit

Installs
5
First Seen
Feb 21, 2026