smithery.ai

convex-realtime

Implement real-time features using Convex reactive queries that automatically update when data changes, enabling live collaboration, instant updates, and reactive UIs without manual polling.

First seen Mar 24, 2026

Installation

$ npx skills add https://smithery.ai

Summary

  • Implement real-time features using Convex reactive queries that automatically update when data changes, enabling live collaboration, instant updates, and reactive UIs without manual polling.
  • Use when building live dashboards, implementing collaborative editing, creating chat applications, showing real-time notifications, building activity feeds, implementing presence indicators, creating reactive search, or any feature requiring instant data synchronization across clients.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,624 B
  • docs SUMMARY.md 500 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Convex Realtime - Live Data Subscriptions

When to use this skill

  • Building live dashboards that update instantly
  • Implementing collaborative editing features
  • Creating real-time chat applications
  • Showing instant notifications to users
  • Building activity feeds that update live
  • Implementing user presence indicators
  • Creating reactive search with live results
  • Building multiplayer or collaborative features
  • Showing real-time analytics and metrics
  • Implementing live document collaboration
  • Creating real-time forms with validation
  • Building features requiring instant synchronization

When to use this skill

  • Building realtime features, live updates, collaborative apps.
  • When working on related tasks or features
  • During development that requires this expertise

Use when: Building realtime features, live updates, collaborative apps.

Auto-Updating Queries

\\\typescript const messages = useQuery(api.messages.list, { channelId }); // Automatically updates when data changes! \\\

Resources