What problem does it solve? When working with Convex in this repository, it is not always obvious which specialized workflow applies to a given request, and the project may lack up-to-date Convex AI guidance. This Skill acts as a router that installs official Convex AI files and directs underspecified Convex tasks to the correct specialized skill. ## Core Features & Use Cases - AI Guidance Installation: Runs npx convex ai-files install to install or refresh the managed Convex AI files, 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: A developer asks for help with a vague Convex task in this repo. The Skill first ensures official Convex guidance is installed, then hands off to the matching specialized skill instead of guessing. ## Quick Start Ask the assistant to set up Convex AI guidance in this project and route my Convex request to the right specialized skill.