convex

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

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/chrissstellee/Movix --skill convex-chrissstellee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/chrissstellee/Movix/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/chrissstellee/Movix --skill convex-chrissstellee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you have a Convex-related task but are unsure which specialized workflow applies, this Skill acts as a router that directs your request to the correct Convex skill instead of guessing. ## Core Features & Use Cases - Skill Routing: Matches underspecified Convex requests to the right specialized skill, such as convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, or convex-performance-audit. - AI Guidance Setup: Installs or refreshes official Convex AI guidance files using the npx convex ai-files install command. - Use Case: You ask for help with a Convex app task without specifying the workflow. This Skill identifies that your goal is authentication setup and hands off to convex-setup-auth. ## Quick Start Ask the assistant to help with a Convex task and let it route your request to the most specific Convex skill available.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I choose the right Convex skill for my task?▼

Use this routing skill when your Convex request is general or underspecified. It matches your goal to a specialized skill such as convex-quickstart for new projects, convex-setup-auth for authentication, or convex-migration-helper for migrations.

How do I install Convex AI guidance files in my project?▼

Run npx convex ai-files install in your project to install or refresh the managed Convex AI files. This is the recommended way to get official Convex guidelines, with convex_rules.txt as a manual fallback.

Which Convex skill should I use for authentication setup?▼

Use convex-setup-auth for authentication setup tasks. The routing skill will direct you there automatically when your request clearly involves configuring auth in a Convex application.

When should I not use the Convex routing skill?▼

Skip this skill when you have already named a specific Convex workflow or when another Convex skill obviously fits your request. It exists only to route underspecified requests, not to replace specialized skills.

Can this skill help with Convex performance issues?▼

It does not audit performance itself but routes performance investigation requests to convex-performance-audit, which handles diagnosing and resolving Convex performance problems.