What problem does it solve? Developers working with the Convex backend platform often don't know which specific guidance applies to their task, whether it's writing queries, defining schemas, or auditing security. This index skill routes every Convex development task to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Maps tasks to 13 specialized Convex skills covering functions, schema validation, realtime subscriptions, HTTP actions, file storage, migrations, agents, cron jobs, components, and security audits. - Quick Start Path: Recommends a default workflow starting with best practices, then functions and schema validation. - Documentation Links: Points to the official Convex docs and the LLM-optimized llms.txt reference. - Use Case: You need to build a reactive chat feature with Convex. Invoke this skill to get routed to /convex-realtime for subscriptions and /convex-functions for the backend mutations. ## Quick Start Ask which Convex skill to use for building a reactive subscription with scheduled background tasks.