What problem does it solve?
This umbrella Skill provides a centralized, discoverable hub for Convex development patterns, enabling teams to navigate to specialized skills like convex-functions, convex-schema-validator, convex-realtime, and convex-agents with ease.
Core Features & Use Cases
- Central discovery of Convex development patterns and best practices.
- Quick navigation to focused skills for backend logic, data modeling, realtime subscriptions, and AI agents.
- Real-world use: A new Convex project can bootstrap by starting at this hub, then branching into specific skills for implementation tasks.
Quick Start
For most tasks:
- Start with /convex-best-practices for general patterns
- Use /convex-functions for writing backend logic
- Use /convex-schema-validator for data modeling
- Use specific skills as needed for your use case