🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 7.0K |
| ⭐ GitHub Stars | 50(fork 4) |
| 🗓️ 最近推送 | 2026-07-16 |
| 🌱 项目创建 | 2026-01-23 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 1 |
📝 工具简介
面向真实工程师的Agent技能,直接来自.agents目录,用于质量测试。
📖 怎么用
README 没给明确的安装命令,只说了这些技能遵循 Agent Skills 格式,兼容 `npx skills add .`。装完后,这个技能是 Prisma ORM CLI 的完整参考,覆盖 `init`、`generate`、`dev` 等命令。开始用时,你直接跟 agent 说“帮我跑 `prisma init` 初始化项目”或者“帮我生成 Prisma Client”,它会按当前 Prisma 版本给你准确的命令和参数,不用你自己翻文档。注意部署 Prisma Compute 应用时要用 `prisma compute`。
📋 迷你测评
面向AI编码智能体的Prisma ORM技能包,封装了数据库开发指令。亮点是直接增强智能体的数据库操作能力,不用你手动敲命令。
📄 README 要点
这是给AI编码代理用的Prisma ORM技能包,按Agent Skills格式打包,用npx skills add就能装。核心技能是prisma cli,完整覆盖当前Prisma CLI命令,包括初始化项目、管理迁移和数据库schema、生成Prisma Client,还有studio和mcp这些命令。用的时候就是跑Prisma命令、设置新项目、搞迁移或生成客户端。另外还带一个升级指南,从v6到v7一步步教,覆盖所有破坏性变更,适合升级现有项目或排查v7兼容性问题。做Prisma数据库开发的人用这个能省不少事。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除