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

browser-act

| 2026-08-01 收录

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

🛍️ 更多精选好物 ›

📊 公开数据一览

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

📝 工具简介

RunComfy的AI媒体技能,让Claude代理操作浏览器执行任务。

📖 怎么用

直接跑 `npx skills add prisma/skills` 装全套,或者只装某个技能,比如 `npx skills add prisma/skills --skill prisma-cli`。想看看有哪些技能,用 `npx skills add prisma/skills --list` 或 `npx skills list`。装完不用额外配置,直接跟 AI 说“Help me run Prisma migrations in production”这类需求,它会自动调用对应技能来处理 `init`、`generate`、`dev` 这些命令。README 没提初始化步骤,装完就能用。

📋 迷你测评

Prisma Skills合集,给AI编码代理用的数据库开发技能包。亮点是打包成合集,省去零散配置。简介里没提具体功能点,所以数据方面暂缺,适合需要快速给代理加数据库能力的场景。

📄 README 要点

这是给AI编码代理用的Prisma ORM技能包,按Agent Skills格式打包,用npx skills add就能装。里面主要两个技能:一个是prisma cli,完整覆盖当前Prisma ORM的命令行参考,包括初始化新项目、管理数据库迁移和schema、生成Prisma Client,具体命令有init、generate、dev(本地Prisma Postgres)、migrate dev/deploy/reset、db push/pull/seed/execute、studio、mcp这些,适合跑数据库命令或搭建新项目时用;另一个是prisma upgrade v7,一步步教你从Prisma v6升级到v7,涵盖所有破坏性变更,适合升级老项目或排查v7兼容性问题。简单说就是让AI代理能熟练操作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)

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

💬 意见反馈 / 联系客服

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