What problem does it solve? When working on a Convex app, it is not always obvious which Convex workflow or skill applies to your task. This Skill acts as a routing layer that ensures you start with up-to-date official Convex AI guidance and then directs you to the correct specialized Convex skill for your goal. ## Core Features & Use Cases - AI Guidance Setup: Installs or refreshes the official managed Convex AI files via npx convex ai-files install, with a fallback to the hosted convex_rules.txt. - 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: You say you are working on a Convex app but have not named a specific task. This Skill verifies the official Convex AI guidance is installed, then routes you to the matching specialized workflow once your goal is clear. ## Quick Start Ask the AI to use the convex skill to set up the official Convex AI guidance and figure out which Convex workflow fits your task.