🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 93.9K |
| ⭐ GitHub Stars | 42(fork 8) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 5 |
📝 工具简介
给代理用的Convex迁移辅助技能,帮助处理Convex数据库迁移相关任务。
📖 怎么用
先装技能,挑你要的跑 `npx skills add get-convex/agent-skills`,全装就加 `--all`。装完不用配置,Agent 会自动识别。手动调用看工具:Cursor 或 Claude Code 里输 `/convex-setup-auth`,Windsurf 里用 `@convex-setup-auth`。想自己建技能就参考 `/install-skill https://github.com/anthropics/skills/tree/main/skills/skill-creator`,按 YAML 格式写 `name` 和 `description`。最顶层入口是 `convex`,它会建议你装 Convex AI 文件,再分流到具体任务。
📋 迷你测评
帮代理处理Convex数据库迁移的辅助技能。亮点是聚焦迁移这一特定环节,减少出错概率。适合在schema变动时使用,属于工具类。
📄 README 要点
这是Convex平台的AI代理技能包之一,专门帮你安全地规划和执行Convex数据迁移。安装后,技能会自动触发,你也可以在Cursor、Claude Code、Windsurf等工具里手动调用,比如输入/skill名称或@skill名称。它包含多个技能,最顶层是convex入口,会推荐安装Convex 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)
交流使用体验、避坑建议;违规内容将被删除