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

loop-me

| 2026-08-01 收录(在榜3天)

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

🛍️ 更多精选好物 ›

📊 公开数据一览

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

📝 工具简介

面向真实工程师的循环处理技能,直接来自.agents目录,即装即用。

📖 怎么用

安装命令是 `npx skills add prisma/skills`,想单独装这个 MongoDB 升级技能,执行 `npx skills add prisma/skills --skill prisma-mongodb-upgrade`。装之前可以先跑 `npx skills add prisma/skills --list` 看看技能清单,装完用 `npx skills list` 验证。这个技能主要帮你在 MongoDB 环境下处理 Prisma 升级相关操作。用的时候直接跟 agent 说“Help me run Prisma migrations in production”或者描述你的 MongoDB 升级需求,它会自动调用这个技能来指导你完成迁移和升级。

📋 迷你测评

同样针对Prisma ORM的AI代理技能包,侧重MongoDB升级场景。亮点是专门化,针对特定数据库迁移需求。适合有MongoDB升级项目的团队。

📄 README 要点

这个仓库的内容和 prisma-compute 基本一样,也是给 Prisma ORM 用户准备的 AI 智能体技能包,用 npx skills add 安装。技能包括 prisma cli 的完整命令参考,覆盖初始化、迁移、生成客户端、数据库操作这些日常开发场景,还有从 Prisma 6 升级到 7 的详细迁移指南,把破坏性变更都讲透了。适合用 Prisma 搭配 MongoDB 做开发、需要 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 公开数据,非人工实测,仅供参考