← Back to list

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
- 100-getting-started - Quick start guides
- 200-orm - ORM reference (schema, client, queries, migrations)
- 250-postgres - PostgreSQL specific features
- 300-accelerate - Prisma Accelerate
- 500-platform - Prisma Platform
- 700-optimize - Query optimization
- 800-guides - Guides (Next.js, Auth.js, etc.)
- 900-ai - AI integration
Version Requirements
| Requirement | Version |
|---|---|
| Node.js | 18.18+ |
| TypeScript | 5.1+ |
Instructions
- Use
prisma-clientprovider (NOTprisma-client-js) - ALWAYS set
outputpath in generator - Import from generated path, not
@prisma/client - Use singleton pattern in Next.js
- Use TypedSQL for complex queries
- 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