🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 2.1K |
| ⭐ GitHub Stars | 42(fork 8) |
| 🗓️ 最近推送 | 2026-08-01 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 4 |
📝 工具简介
面向Claude Code和AI代理的营销技能,涵盖CRO、文案、SEO、分析和增长工程。
📖 怎么用
先装技能包,运行 `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 Skills合集,为AI编码代理提供数据库开发技能包。亮点是“数据库开发技能包”这个定位,和上面那个prisma-client-api很像。但简介没提视频编辑,名字却带video-edit,有点迷惑。
📄 README 要点
这是一套给AI编程助手用的Convex工作流技能包,装好后AI助手能自动处理Convex相关的开发任务。核心技能包括项目快速启动、认证设置、组件创建和数据库迁移规划。安装后,AI助手会在判断相关时自动调用,你也可以在Cursor、Claude Code、Windsurf等工具里通过斜杠命令或@符号手动触发。比如在Cursor里输入/skill就能启动认证配置。适合用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)
交流使用体验、避坑建议;违规内容将被删除