AI AGENT ADDONS

Convex Best Practices

waynesutton/convexskills
Backend & APIs
3,485installs

Build production-ready Convex apps with simple and clear rules. This skill shows you how to organize functions, write fast queries, and add validation. It helps you avoid common mistakes and keep your code clean.

TypeScript is used everywhere for safety. You will learn to define arguments and return types. You will also learn to use indexes instead of filters for better performance.

The Zen of Convex guides your thinking. Let Convex handle caching and real-time sync. Design your functions as the app's interface. Always define your schema in schema.ts.

Add Convex Best Practices skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-best-practices

Project

mkdir -p .claude/skills/convex-best-practices

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago