‹ 返回总目录
工具 最近更新07-16

general-video

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

⭐ GitHub Stars50(fork 4)
🗓️ 最近推送2026-07-16
🌱 项目创建2026-01-23
💻 语言 / License未标注 · MIT
🐛 开放Issue1

📝 工具简介

写HTML就能渲染视频,专为agent设计。

📖 怎么用

安装用 `npx skills add prisma/skills` 装全部,或者 `npx skills add prisma/skills --skill prisma-cli` 只装某个技能,用 `--list` 查看所有可用技能。装好后技能会自动生效,比如你让 AI "Help me run Prisma migrations in production",它就会调用 `prisma-cli` 技能来执行迁移。这个技能覆盖了 `init`、`generate`、`dev` 等常用命令,还有升级到 v7、MongoDB 升级、Client API 等专项技能,按需安装就行。

📋 迷你测评

同样是Prisma技能集合,扩展AI代理的数据库开发能力。亮点是组件化生成思路,减少重复建表代码。适合Convex用户快速搭数据层。

📄 README 要点

这是给AI编程代理用的Prisma ORM技能包,遵循Agent Skills格式,可以用npx命令安装。里面主要两个技能:一个是Prisma CLI完整参考,覆盖初始化项目、管理迁移、生成客户端、操作数据库等所有命令,还支持Prisma Postgres和MCP;另一个是v7升级指南,一步步教你怎么从v6升到v7,处理所有破坏性变更。适合用AI编程工具开发数据库应用的团队,特别是用Prisma做ORM的项目,能让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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考