🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 70.9K |
| ⭐ GitHub Stars | 42(fork 8) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 5 |
📝 工具简介
面向Convex数据库的Agent技能,方便AI代理操作数据层。
📖 怎么用
先选要装哪些技能,只装常用的跑 `npx skills add get-convex/agent-skills`,全装就加 `--all` 参数。装完不用手动配置,Agent 会自动判断啥时候用。想手动触发的话,在 Cursor 或 Claude Code 里输 `/convex-setup-auth`,Windsurf 里用 `@convex-setup-auth`。它会先推荐你装 Convex AI 文件,然后路由到更具体的技能去处理。
📋 迷你测评
面向Convex数据库的Agent技能,方便代理直接操作数据层。亮点是数据操作与代理能力直接打通,简化交互流程。适合需要频繁读写数据库的任务。
📄 README 要点
这是Convex数据库官方出的Agent技能包,装好后AI代理会自动判断什么时候该用。技能覆盖了Convex的常见工作流,比如快速启动新项目、配置认证、创建可复用组件、安全跑迁移这些。在Cursor、Claude Code里用斜杠命令调用,Windsurf用@符号,Codex用$符号。特别适合用AI辅助开发Convex应用的场景,能自动推荐最佳实践。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除