Skip to main content
Back to registry

convex-realtime

waynesutton/convexskills

Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination.

Installs1
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-realtime
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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: - 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 better perceived performance - Use usePaginatedQuery for large datasets - Handle undefined state (loading) explicitly - Avoid unnecessary re-renders by memoizing derived data - Conditional hook calls - Use "skip" instead of if statements - Not handling loading state - Always check for undefined - Missing optimistic update rollback - Optimistic updates auto-rollback on error - Over-fetching with pagination - Use appropriate page sizes - Ignoring subscription cleanup - React handles this automatically - Convex Documentation: - Convex LLMs.txt:...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination.

Is convex-realtime good?

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

What agent does convex-realtime work with?

convex-realtime currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to convex-realtime?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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