1. Start with `/convex-best-practices` to understand general Convex patterns.
2. Use `/convex-functions` to write backend logic (queries, mutations, actions).
3. Define your data model using `/convex-schema-validator`.
4. If you need realtime updates, use `/convex-realtime`.
5. For AI agent development, use `/convex-agents`.
6. Secure your application with `/convex-security-check` and `/convex-security-audit`.