convex

Route general Convex requests to the most specific project skill.

5|1|Updated May 31, 2026
One-click install
npx skills add https://github.com/waynesutton/teleprompter --skill convex-waynesutton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/waynesutton/teleprompter/tree/main/.cursor/skills/convex
Command: npx skills add https://github.com/waynesutton/teleprompter --skill convex-waynesutton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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.

Core Features & Use Cases

  • Route to the most specific Convex skill for the task: convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, convex-performance-audit.
  • Provide guidance to choose the appropriate Convex workflow based on user intent.
  • Fallback routing when no exact match exists.

Quick Start

Route the user’s Convex request to the most specific skill that matches the task.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I know which Convex skill to use for my app task?

Convex routing evaluates your app task request and directs it to the most appropriate specialized skill, such as convex-quickstart, convex-setup-auth, or convex-performance-audit. It provides guidance to choose the correct workflow based on user intent.

What is the best way to route an underspecified Convex workflow request?

The best way to route an underspecified Convex workflow request is to use a routing skill that analyzes your intent and maps it to specialized skills like convex-create-component or convex-migration-helper, providing a fallback if no exact match exists.

Can I get AI guidance for choosing a Convex setup or migration workflow?

Yes, you can get AI guidance for choosing a Convex workflow by submitting your general request. The routing mechanism evaluates your task and directs you to the correct specialized skill, offering fallback routing when no exact match is found.

Does this routing work for all Convex tasks like performance audits and auth setup?

Yes, this routing works for Convex tasks like performance audits and auth setup by mapping requests to specific skills including convex-performance-audit and convex-setup-auth. It evaluates your task description to find the most specific skill match.

What happens when there is no exact Convex skill match for my request?

When there is no exact Convex skill match for your request, the routing mechanism provides fallback routing to handle the task. It attempts to map your underspecified request to the closest available project-specific Convex skill.