What problem does it solve? Developers working with the Convex backend platform often do not know which specific guidance applies to their task, whether it is writing queries, defining schemas, handling file storage, or auditing security. This index skill organizes all Convex development guidance into a single entry point and routes each task to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Directs tasks to specialized skills such as convex-functions, convex-schema-validator, convex-realtime, and convex-http-actions. - Domain Coverage: Organizes guidance across core development, data and storage, advanced patterns like agents and cron jobs, and security audits. - Use Case: A developer building a reactive dashboard needs to write a mutation and set up a realtime subscription; this skill points them to convex-functions for the mutation logic and convex-realtime for the subscription pattern. ## Quick Start Ask the assistant to help with a Convex backend task, such as writing a query or defining a schema, and it will route you to the appropriate specialized Convex skill.