convex

Routes general Convex requests to the appropriate project-specific Convex skill.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/JuanQuenga/statsconnect --skill convex-juanquenga
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/JuanQuenga/statsconnect/tree/main/apps/clashcrown/.agents/skills/convex
Command: npx skills add https://github.com/JuanQuenga/statsconnect --skill convex-juanquenga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a user asks for Convex help without specifying which workflow they need, it is unclear which specialized skill should handle the task. This Skill resolves that ambiguity by acting as a router for Convex work in the repository. ## Core Features & Use Cases - Guidance Installation: Recommends running npx convex ai-files install to install or refresh the official managed Convex AI files before starting work. - Skill Routing: Directs requests to the right specialized skill, such as convex-quickstart for new projects, convex-setup-auth for authentication, convex-create-component for reusable components, convex-migration-helper for migrations, and convex-performance-audit for performance investigations. - Use Case: A user says "help me with Convex in this repo" without details. This Skill ensures the official Convex AI guidance is installed, then hands off to the matching specialized skill once the goal becomes clear. ## Quick Start Ask the assistant to set up Convex guidance and route your Convex task to the right specialized skill.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I set up Convex AI guidance in my project?▼

Run npx convex ai-files install to install or refresh the managed Convex AI files. This is the recommended way to get the official Convex guidelines in place, as described in the Convex AI docs.

Which Convex skill should I use for my task?▼

Match the skill to your goal: convex-quickstart for new projects, convex-setup-auth for authentication, convex-create-component for reusable components, convex-migration-helper for migrations, and convex-performance-audit for performance issues.

What is the fallback if npx convex ai-files install is unavailable?▼

Use the plain-text rules file at convex.link/convex_rules.txt as a simple fallback. However, the npx install command is preferred over copying rules by hand whenever possible.

When should I not use the general Convex routing skill?▼

Skip it when you have already named a specific Convex workflow or when another Convex skill obviously fits the request better. In those cases, go directly to the specialized skill.

How do I investigate Convex performance issues?▼

Use the convex-performance-audit skill, which is the designated skill for investigating performance problems. The routing skill will hand off to it when performance is the stated goal.