Back to list
fusengine

prisma-7

by fusengine

Redefining development through cognitive automation and collaborative agent systems.

0🍴 0📅 Jan 24, 2026

SKILL.md


name: prisma-7 description: Expert Prisma 7 ORM with Rust-free client, 90% smaller bundles, 3x faster queries, TypedSQL, Omit API, and ESM-first architecture. Use when working with databases, Prisma schemas, queries, migrations, relations, or database optimization. user-invocable: false

Prisma 7 Expert

Overview

Prisma 7 (released November 19, 2025) removes Rust dependency for ~90% smaller bundles, up to 3x faster queries, and ESM-first architecture.

Quick Start

# Install dependencies
bun add @prisma/client dotenv
bun add -d prisma

# Initialize Prisma
bunx prisma init

# Generate client after schema changes
bunx prisma generate

# Run migrations
bunx prisma migrate dev --name init

Key Features

1. Rust-Free Client

  • ~90% smaller bundles
  • Up to 3x faster queries
  • ESM-first

2. Required Output Path

generator client {
  provider = "prisma-client"
  output   = "../src/generated/prisma"
}

3. TypedSQL (Stable)

4. Omit API

5. Client Extensions

Documentation Structure

Version Requirements

RequirementVersion
Node.js18.18+
TypeScript5.1+

Instructions

  1. Use prisma-client provider (NOT prisma-client-js)
  2. ALWAYS set output path in generator
  3. Import from generated path, not @prisma/client
  4. Use singleton pattern in Next.js
  5. Use TypedSQL for complex queries
  6. Use Omit API for sensitive fields

Documentation Reference

mcp__context7__get-library-docs with context7CompatibleLibraryID="/prisma/docs"

Official site: https://www.prisma.io/docs

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon