One-click install
npx skills add https://github.com/get-convex/templates --skill convex-get-convex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/get-convex/templates/tree/main/template-react-vite/.agents/skills/convex
Command: npx skills add https://github.com/get-convex/templates --skill convex-get-convex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes general Convex requests to the most appropriate skill to handle a task.

Core Features & Use Cases

  • Route to the most specific Convex skill such as convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, convex-performance-audit.
  • Improve user experience by ensuring requests are handled by the right skill and reducing ambiguity.
  • Use case: when a user has an underspecified Convex task, this skill directs them to the appropriate workflow.

Quick Start

Install or refresh Convex AI guidance and enable routing to the most specific Convex skills for tasks.

Frequently Asked Questions about convex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route an underspecified Convex app task to the correct workflow?

To route an underspecified Convex app task, this skill identifies the best match among known Convex skills, such as convex-quickstart or convex-setup-auth, and directs you to the correct task-specific workflow.

What is the best way to disambiguate general Convex guidance requests?

The best way to disambiguate general Convex guidance requests is using intent disambiguation to map your query to a specific skill like convex-create-component or convex-performance-audit, ensuring requests are handled by the right skill.

Which specific Convex skills can I route my requests to?

You can route requests to specific Convex skills including convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, and convex-performance-audit, reducing ambiguity in task handling.

Do I need to specify a workflow when asking for Convex development guidance?

No, you do not need to specify a workflow. If you provide an underspecified Convex task, the routing logic automatically identifies the correct skill and directs you to the appropriate task-specific workflow.

Why does my Convex request get redirected to another skill?

Your Convex request gets redirected because the routing skill applies intent disambiguation to ensure your request is handled by the right skill, directing you to a more specific task-specific workflow.