🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 5.8K |
| ⭐ GitHub Stars | 50(fork 4) |
| 🗓️ 最近推送 | 2026-07-16 |
| 🌱 项目创建 | 2026-01-23 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 1 |
📝 工具简介
一套agent技能框架和软件开发方法论,实际可用。
📖 怎么用
安装用 `npx skills add prisma/skills` 一条命令搞定。想只装某个技能,加 `--skill` 参数,比如 `npx skills add prisma/skills --skill prisma-cli` 装 CLI 参考,`--skill prisma-upgrade-v7` 装升级指南,`--skill prisma-mongodb-upgrade` 装 MongoDB 升级,`--skill prisma-client-api` 装客户端 API。先执行 `npx skills add prisma/skills --list` 看看有哪些技能可选,再用 `npx skills list` 确认装好了。用的时候直接跟 agent 说“Help me run Prisma migrations in production”,它就会调用对应技能帮你操作。
📋 迷你测评
给用Prisma ORM的AI编码代理用的技能包,打包好的指令能扩展数据库开发能力。亮点是即插即用,省去重复配置。适合Prisma用户提升代理的数据库操作效率。
📄 README 要点
这是给用 Prisma ORM 的 AI 编程智能体准备的技能合集,通过 npx skills add 就能装。主要包含两个技能:一个是 prisma cli,完整覆盖了 Prisma 的命令行操作,包括初始化项目、管理迁移和数据库结构、生成 Prisma Client,还有 db push、db pull、seed、execute 这些日常命令,连 studio 和 MCP 都支持;另一个是升级指南,手把手教你怎么从 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)
交流使用体验、避坑建议;违规内容将被删除