🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 5.8K |
| ⭐ GitHub Stars | 42(fork 8) |
| 🗓️ 最近推送 | 2026-08-01 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 4 |
📝 工具简介
Prisma技能合集,为AI编码代理提供数据库开发相关的打包指令。
📖 怎么用
安装命令是 `npx skills add get-convex/agent-skills`,想全装就加 `--all`。装完不用配置,AI 会自动匹配。手动调用的话,Cursor、VS Code、Claude Code 里输 `/convex-setup-auth`,Windsurf 用 `@convex-setup-auth`,Codex 用 `$convex-setup-auth`。它会引导你完成认证设置,并推荐安装 Convex AI 文件,然后分流到具体任务。
📋 迷你测评
Prisma ORM的AI编码代理技能包,扩展数据库开发指令。亮点是打包好的操作指令,让代理直接上手改库。适合在Azure环境里提效。
📄 README 要点
这是Convex Agent Skills技能包中的一个专项技能,专门用于配置Convex应用的认证功能。安装后AI助手会自动识别并应用,你也可以在Cursor、Claude Code、Windsurf等工具里手动触发。这个技能会引导完成认证设置的完整流程,包括配置认证提供商、设置登录逻辑等。适合需要在Convex项目中快速搭建用户认证系统、又不想手动翻文档的开发者,让AI直接帮你搞定认证配置。
查看英文原文
Convex Agent Skills Agent skills for common Convex workflows. Install [安装/使用命令见下方] Usage Skills are applied automatically when the agent determines they're relevant. How you manually invoke them depends on your tool: Tool Manual invocation Cursor /skill name VS Code (GitHub Copilot) /skill name Claude Code /skill name Windsurf @skill name Codex (OpenAI) $skill name For example, to kick off auth setup in Cursor or Claude Code: [安装/使用命令见下方] In Windsurf: [安装/使用命令见下方] Available Skills convex Top level entry point for Convex work. Recommends installing Convex AI files, then routes to a more specific Convex skill. convex quickstart Start a new Convex project or add Convex to an existing app. convex setup auth Set up authentication for a Convex app. convex create component Build a reusable Convex component with clear boundaries. convex migration helper Plan and run Convex migrations safely. convex performance audit Investigate Convex performance problems and bottlenecks. Skill Philosophy Skills in this repo should be laser focused on a specific task or workflow. A good skill helps an agent take action, for example: set up authentication create a component perform a migration diagnose performance issues A skill should not exist just to provide generic background information. If content is mostly reference material, it should usually live in documentation, not as a standalone skill. Reference material is still useful inside a skill, but only when it helps the agent complete a concrete task. Contributing Before contributing, review the core Agent Skills docs: Overview What are skills? Specification Optimizing skill descriptions Evaluating skill output quality If your skill bundles scripts, also read Using scripts in skills. Install dependencies once with npm install , then use: npm run format to rewrite files npm run format check to verify formatting before opening a PR Validating Skills Validate skills by trying to use them in a realistic temp project, not just by reading th
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除