convex-best-practices
Convex Best Practices
Apply these rules when working on Convex codebases.
Rule loading order
- Read
rules/convex-functions.md. - Read
rules/convex-database.md. - Read
rules/convex-realtime.md. - Read
rules/convex-authentication.md. - Read
rules/convex-scheduling.md. - Read
rules/convex-file-storage.md. - Read
rules/convex-search.md. - Read
rules/convex-components.md. - Use
AGENTS.mdas a compact summary plus pointer.
Enforcement policy
- Use recommendation-first language for style and performance guidance.
- Use strict language (
must/must not) only for security, correctness, or runtime constraints. - Prefer official Convex docs when resolving conflicts; update these rules when docs change.
More from jackkkonggg/skills
gsap-best-practices
Use when writing, reviewing, or refactoring GSAP animation code in JavaScript/TypeScript (tweens, timelines, ScrollTrigger, matchMedia, plugin usage, and performance tuning) to enforce production-safe animation patterns.
13react-gsap-best-practices
Use when building, reviewing, or refactoring React components that use GSAP or @gsap/react (useGSAP, contextSafe, dependency-driven updates, ScrollTrigger integration, and SSR-safe setup) to enforce production-safe animation patterns.
8code-audit
Use when auditing a codebase against best practices. Auto-detects technologies, loads relevant docs via Context7 MCP and installed skills, evaluates code systematically, and produces a prioritized findings report with optional auto-fix.
1swift-best-practices
Use when writing, reviewing, or refactoring Swift code to enforce best practices — naming, types, error handling, protocols, memory management, performance, and modern patterns — for idiomatic, safe Swift.
1typescript-clean-code
Use when writing, reviewing, or refactoring TypeScript code to enforce Clean Code principles — naming, functions, types, error handling, modules, testing, comments, and code smells — adapted for idiomatic TypeScript.
1grammy-best-practices
Use when writing, reviewing, or refactoring grammY Telegram bots in Node.js/TypeScript (middleware, commands, filters, sessions, conversations, API transformers, files/media handling, flood-limit control, runner concurrency, webhooks, and deployment operations) to enforce production-safe patterns.
1