convex
GitHub作为Convex工作的路由技能,用于处理未指定或通用的Convex请求。建议优先安装官方AI指导文件,并根据具体场景(如新项目、认证、组件构建等)路由至对应的细分技能。
触发场景
安装
npx skills add Melvynx/Parler --skill convex -g -y
SKILL.md
Frontmatter
{
"name": "convex",
"description": "Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task."
}
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.
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:
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.
Route to the Right 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.
When Not to Use
- The user has already named a more specific Convex workflow
- Another Convex skill obviously fits the request better
版本历史
- 1aaa38b 当前 2026-08-20 07:34


