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, handling file storage, or auditing security. This index skill organizes all Convex development guidance into a single entry point and routes you to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Directs you to the correct specialized skill (convex-functions, convex-schema-validator, convex-realtime, convex-agents, and more) based on your task. - Organized Categories: Groups skills by Core Development, Data & Storage, Advanced Patterns, Security, and Guidelines for fast discovery. - Use Case: You need to build a webhook endpoint in your Convex backend. Invoke this skill, identify the HTTP Actions row, and follow the /convex-http-actions skill for detailed implementation guidance. ## Quick Start Ask which Convex skill to use for writing a database mutation with schema validation.