convex-realtime
について
このスキルは、Convexのリアクティブクエリを使用してリアルタイム機能を実装し、バックエンドデータが変更されるとUIを自動的に更新します。手動ポーリングなしで、ライブコラボレーション、インスタント更新、リアクティブなインターフェースを実現します。チャットアプリ、共同編集、ライブダッシュボード、通知、およびインスタントデータ同期を必要とするあらゆる機能にご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/convex-realtimeこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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
GitHub リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
creating-opencode-plugins
メタThis skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
sglang
メタSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
