convex

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Convex

Convex

Use this as the routing skill for Convex work in this repo.
If a more specific Convex skill clearly matches the request, use that instead.
本Skill作为本仓库中Convex工作的路由Skill使用。
如果某个更具体的Convex Skill与请求明显匹配,请改用该Skill。

Start Here

开始操作

If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first.
Preferred:
bash
npx convex ai-files install
This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following the current Convex AI setup described in the docs:
Simple fallback:
Prefer
npx convex ai-files install
over copying rules by hand when possible.
如果项目尚未安装Convex AI指引,或现有指引已过时,强烈建议先进行安装。
推荐方式:
bash
npx convex ai-files install
此命令会安装或刷新受管理的Convex AI文件。这是落实官方Convex指南并遵循文档中所述当前Convex AI设置的推荐起点:
简单备选方案:
尽可能优先使用
npx convex ai-files install
,而非手动复制规则。

Route to the Right Skill

路由至正确的Skill

After that, use the most specific Convex skill for the task:
  • New project or adding Convex to an app:
    convex-quickstart
  • Authentication setup:
    convex-setup-auth
  • Building a reusable Convex component:
    convex-create-component
  • Planning or running a migration:
    convex-migration-helper
  • Investigating performance issues:
    convex-performance-audit
If one of those clearly matches the user's goal, switch to it instead of staying in this skill.
完成上述步骤后,针对具体任务使用最匹配的Convex Skill:
  • 新项目或向应用中添加Convex:
    convex-quickstart
  • 身份验证设置:
    convex-setup-auth
  • 构建可复用Convex组件:
    convex-create-component
  • 规划或执行迁移:
    convex-migration-helper
  • 排查性能问题:
    convex-performance-audit
如果其中某类Skill与用户目标明显匹配,请切换至该Skill,而非继续使用本Skill。

When Not to Use

不适用场景

  • The user has already named a more specific Convex workflow
  • Another Convex skill obviously fits the request better
  • 用户已指定更具体的Convex工作流
  • 另一个Convex Skill显然更符合请求需求