🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 94.3K |
| ⭐ GitHub Stars | 42(fork 8) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 5 |
📝 工具简介
Convex代理技能,用于性能审计和优化。
📖 怎么用
先选装哪些技能,跑 `npx skills add get-convex/agent-skills`,想全装就加 `--all` 参数。装完技能会自动生效,AI 判断相关时就会用。手动调用的话,Cursor、VS Code、Claude Code 里输 `/skill 技能名`,Windsurf 里用 `@技能名`,Codex 里用 `$技能名`。比如在 Cursor 里敲 `/convex-setup-auth` 就能启动认证配置流程。不需要额外初始化,装完就能用。
📋 迷你测评
Convex的性能审计技能。亮点是专门查优化点,适合跑完看报告。没提审计维度或输出格式。
📄 README 要点
这是为Convex后端平台准备的一套AI代理技能包,专门处理常见的Convex工作流。安装后,技能会在AI代理判断相关时自动应用,你也可以在Cursor、Claude Code、Windsurf等工具里手动调用,比如输入/skill名称或@skill名称。它包含多个技能,最顶层的是convex入口,会推荐安装Convex AI文件并路由到更具体的技能;还有快速启动新项目、设置认证、创建可复用组件和安全规划迁移等。适合用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)
交流使用体验、避坑建议;违规内容将被删除