convex-best-practices
Guidelines and patterns for building production-ready Convex applications with TypeScript and optimized queries.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-best-practicesStats
| Total installs | 2,475 |
| Weekly installs | 2.5K |
| GitHub stars | 385 |
| First seen | Jan 24, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Covers five core areas: function organization by domain, argument and return type validation, indexed query patterns, ConvexError handling, and write conflict avoidance through idempotent mutations
- Enforces code quality via @convex-dev/eslint-plugin with four rules covering function syntax, validators, table IDs, and runtime imports
- Includes complete CRUD examples, internal vs. public function patterns, and TypeScript best practices using Id and Doc types
- Emphasizes the "Zen of Convex" philosophy: let Convex manage caching and real-time sync, design functions as your API, and think in reactive subscriptions rather than requests
Tags
Related skills
| Skill | Installs | vs convex-best-practices |
|---|---|---|
| building-mcp-server-on-cloudflare | 2,133 | -342 |
| apify-actorization | 2,711 | +236 |
| postgres-patterns | 2,387 | -88 |
| flutter-handling-http-and-json | 2,275 | -200 |
| clerk-orgs | 2,258 | -217 |
FAQ
- How many installs does convex-best-practices have?
- convex-best-practices has 2,475 total installs and 2.5K installs this week.
- Where is convex-best-practices hosted?
- convex-best-practices is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-best-practices have?
- convex-best-practices has 385 GitHub stars.
- When was convex-best-practices first indexed?
- OrangeBot.AI first indexed convex-best-practices on Jan 24, 2026.
- How do I install convex-best-practices?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-best-practices