🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 4.4K |
| ⭐ GitHub Stars | 50(fork 4) |
| 🗓️ 最近推送 | 2026-07-16 |
| 🌱 项目创建 | 2026-01-23 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 1 |
📝 工具简介
写HTML就能渲染幻灯片视频,专为AI代理设计的演示工具。
📖 怎么用
安装方式和 prisma-cli 一样,跑 `npx skills add prisma/skills`,需要 PostgreSQL 相关就选对应 skill。装完用 `npx skills list` 看有哪些可用。初始化项目直接说“跑 `prisma init`”,管理迁移、生成客户端都直接下指令。生产环境跑迁移就说“Help me run Prisma migrations in production”,AI 会按技能里的参考来操作。
📋 迷你测评
给AI编码智能体用的Prisma ORM技能集合,封装数据库开发指令。亮点是“封装指令”这个设计,让智能体直接调数据库操作。适合用Prisma的开发者,但具体封装了哪些指令得看文档。
📄 README 要点
这个和前面那个prisma-cli是同一个仓库的内容,就是Prisma官方给AI编程助手准备的技能集合。核心就是帮AI理解并执行Prisma的CLI命令,从项目初始化、数据库迁移、生成客户端到各种数据库操作都有覆盖。另外还专门有个从v6升级到v7的指南,把升级过程中会碰到的坑都列出来了。适合用Prisma做PostgreSQL开发的团队,让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)
交流使用体验、避坑建议;违规内容将被删除