🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 7.0K |
| ⭐ GitHub Stars | 50(fork 4) |
| 🗓️ 最近推送 | 2026-07-16 |
| 🌱 项目创建 | 2026-01-23 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 1 |
📝 工具简介
面向真实工程师的Agent技能,直接来自.agents目录,用于重构规划。
📖 怎么用
先装技能,跑 `npx skills add prisma/skills`,想只装 CLI 就加 `--skill prisma-cli`。装完用 `npx skills list` 确认。初始化项目直接说“帮我跑 `prisma init`”。日常操作像生成客户端、管理迁移,直接让 AI 执行 `generate`、`dev` 这些命令。生产环境跑迁移,就说“Help me run Prisma migrations in production”,AI 会按技能里的参考来操作。
📋 迷你测评
Prisma Skills为AI编程助手提供ORM开发技能包,扩展数据库开发能力。亮点是快速上手,适合需要标准ORM操作模板的开发者。
📄 README 要点
这是一套给AI编程助手用的Prisma ORM技能包,通过npx skills add就能装。它主要覆盖两块:一是完整的Prisma CLI命令参考,包括初始化项目、管理迁移、生成客户端、操作数据库这些日常操作;二是从Prisma 6升到7的逐步迁移指南,把所有的破坏性变更都讲清楚了。适合正在用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)
交流使用体验、避坑建议;违规内容将被删除