General
6,044 installs
convex
by get-convex/agent-skills
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.
Skill content
Routing skill for general Convex requests to the appropriate specialized skill. - Routes underspecified Convex tasks and questions about which skill to use to the right specialized handler - Recommends installing or refreshing Convex AI guidance via npx convex ai-files install as the starting point - Directs users to five specialized skills: convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, and convex-performance-audit based on their specific workflow - Use this skill only when the request doesn't clearly match a more specific Convex skill 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