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

convex-realtime

Real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for reactive Convex applications.

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-realtime
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-realtime 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-realtime.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for reactive Convex applications. Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination. Before implementing, do not assume; fetch the latest documentation: Show changes immediately before server confirmation: - Automatic subscriptions via useQuery with smart caching and consistent database views across components - Optimistic updates for immediate UI feedback on mutations, with automatic rollback on errors - Cursor-based pagination with usePaginatedQuery supporting load-more and infinite-scroll patterns - Conditional query execution using "skip" to avoid hook call violations; handles loading states with undefined checks - Primary: - Optimistic Updates: - Pagination: - For broader context: - Automatic Subscriptions - useQuery creates a subscription that updates automatically - Smart Caching - Query results are cached and shared across components - Consistency - All subscriptions see a consistent view of the database - Efficient Updates - Only re-renders when relevant data changes - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Use "skip" for conditional queries instead of conditionally calling hooks - Implement optimistic updates for...

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-realtime do?

Real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for reactive Convex applications.

Is convex-realtime good?

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

Which AI agents support convex-realtime?

convex-realtime currently lists compatibility with Cursor, Skills CLI.

Is convex-realtime safe to install?

convex-realtime 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-realtime?

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

How do I install convex-realtime?

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

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering