What problem does it solve? When working with Convex in this repository, it is not always obvious which specialized skill applies to a given task, and projects may lack up-to-date Convex AI guidance. This Skill resolves underspecified Convex requests by installing official AI guidance and directing work 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 file. - 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 asks to add Convex to an existing app but does not know where to start. This Skill ensures the official Convex AI files are installed, then hands off to convex-quickstart for the actual setup work. ## Quick Start Ask the assistant to set up Convex guidance for this project and point you to the right Convex skill for your task.