🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 6.3K |
| ⭐ GitHub Stars | 53(fork 4) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2026-01-23 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 0 |
📝 工具简介
给AI编码智能体用的Prisma ORM技能集合,封装数据库开发指令,扩展智能体在数据库操作上的能力。
📖 怎么用
这是一套给 AI 编码代理用的 Prisma ORM 技能包,安装方式README未说明,但你可以用 `npx skills add` 来添加。装好后,AI 会自动获得 Prisma CLI 的完整参考,包括 `init`、`generate`、`dev` 等命令的用法。使用时,直接让 AI 帮你跑 Prisma 命令、初始化新项目、管理迁移或生成 Prisma Client 就行。它会根据当前 Prisma 版本给出准确的命令和操作步骤,省去你查文档的时间。
📋 迷你测评
给AI编码智能体用的Prisma ORM技能集合,封装数据库开发指令。亮点是直接扩展智能体数据库操作能力,适合需要标准化数据库交互的编码场景。
📄 README 要点
这是给AI编程助手用的Prisma ORM技能包,通过npx skills add就能装。包含两个技能:一个是prisma cli,覆盖init、generate、migrate、db push等常用命令,适合建项目、管数据库迁移和生成客户端;另一个是prisma upgrade v7,专门指导从v6升级到v7,列出所有破坏性变更和排查方法。适合用Prisma做数据库开发、需要升级或跑命令的开发者,让AI能更准确操作。
查看英文原文
Prisma Skills A collection of skills for AI coding agents working with Prisma ORM. Skills are packaged instructions that extend agent capabilities for database development. Skills follow the Agent Skills format and are compatible with npx skills add . Available Skills prisma cli Complete reference for current Prisma ORM CLI commands. For Prisma Compute app deployment, use prisma compute . Use when: Running Prisma ORM/database commands Setting up new projects ( prisma init ) Managing migrations and database schema Generating Prisma Client Commands covered: init , generate , dev (local Prisma Postgres) migrate dev , migrate deploy , migrate reset db push , db pull , db seed , db execute studio , mcp prisma upgrade v7 Step by step migration guide from Prisma v6 to v7, covering all breaking changes. Use when: Upgrading existing projects to Prisma 7 Troubleshooting v7 compatibility issues Understanding what changed in v7 Topics covered: ESM first module configuration plus CommonJS fallback Driver adapter requirements New prisma.config.ts file Manual environment variable loading Generated client entrypoints ( client , browser , models , enums ) Prisma.validator to satisfies migration Removed features (middleware, metrics, CLI flags) Special handling for Accelerate users prisma mongodb upgrade Decision and migration guide for MongoDB projects on Prisma v6, which have no path to Prisma 7. Use when: A MongoDB project asks about upgrading Prisma versions Evaluating a move from Prisma v6 to Prisma Next Preventing an impossible "upgrade MongoDB to v7" plan Topics covered: The version landscape (v6 terminal for MongoDB; v7 has no connector; Prisma Next is the successor path) Stay on v6 vs migrate now decision table with no go signals Schema/contract, client API, and migrations mapping between v6 and Prisma Next No data moves cutover verification checklist prisma client api Comprehensive Prisma Client API reference. Use when: Writing Prisma Client queries Understanding query opti
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除