Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-best-practices

Production-ready Convex patterns for function organization, validation, query optimization, TypeScript safety, and error handling.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-best-practices has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-ready Convex patterns for function organization, validation, query optimization, TypeScript safety, and error handling. Build production-ready Convex applications by following established patterns for function organization, query optimization, validation, TypeScript usage, and error handling. All patterns in this skill comply with @convex-dev/eslint-plugin . Install it for build-time validation: The plugin enforces four rules: Docs: Before implementing, do not assume; fetch the latest documentation: Organize your Convex functions by domain: Always define validators for arguments AND return types: Use indexes instead of filters for efficient queries: Use ConvexError for user-facing errors: Convex uses OCC. Follow these patterns to minimize conflicts: - 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...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-best-practices do?

Production-ready Convex patterns for function organization, validation, query optimization, TypeScript safety, and error handling.

Is convex-best-practices good?

convex-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support convex-best-practices?

convex-best-practices currently lists compatibility with Skills CLI.

Is convex-best-practices safe to install?

convex-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-best-practices?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-best-practices?

Run the following command to install convex-best-practices: npx skills add https://github.com/waynesutton/convexskills --skill convex-best-practices

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering