prisma-expert

Solve Prisma ORM schema, migration, and query optimization challenges.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/VanhPoker/VietNamLookmaxing --skill prisma-expert-vanhpoker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-expert
Source: https://github.com/VanhPoker/VietNamLookmaxing/tree/main/.agent/skills/prisma-expert
Command: npx skills add https://github.com/VanhPoker/VietNamLookmaxing --skill prisma-expert-vanhpoker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prisma ORM expert for schema and migrations.

Core Features & Use Cases

  • Schema design guidance and validation
  • Migration planning and safe execution
  • Query optimization and transaction patterns

Quick Start

Describe your Prisma schema or migration issue to begin with a guided optimization plan

Frequently Asked Questions about prisma-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a Prisma schema with complex relations for PostgreSQL?

Prisma schema design for PostgreSQL involves validating relation modeling and defining data structures to ensure safe transactional workflows. It yields guided optimization plans for structuring your database efficiently.

What is the safest way to plan and execute Prisma migrations?

Prisma migration planning requires safe execution strategies to prevent data loss during schema updates. It provides validation and step-by-step migration execution for PostgreSQL, MySQL, and SQLite projects.

How do I optimize slow Prisma queries and manage transactions?

Prisma query optimization improves slow database reads by applying specific performance tuning patterns. It yields efficient transactional workflows and optimized query structures for database operations.

Does this Prisma ORM guidance work with MySQL and SQLite projects?

Prisma ORM guidance applies directly to PostgreSQL, MySQL, and SQLite projects. Schema validation, migration strategies, and query optimization patterns are tailored to support these specific database platforms.

When should I use manual SQL migrations over Prisma's migration tooling?

Prisma migrations suit standard schema updates but may require manual SQL for complex edge cases. This guidance helps identify when to use safe transactional workflows versus alternative migration strategies.