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.