discover-realtime
について
このスキルは、WebSocketやServer-Sent Events、ストリーミングなどのリアルタイム開発タスクを扱う際に自動的に起動します。パブ/サブパターンやリアルタイム同期を含む4つのリアルタイム通信スキルへのアクセスを提供します。開発者は自身のリアルタイム実装作業において、必要に応じてカテゴリーの詳細を全て読み込むことも、特定のスキルのみを読み込むこともできます。
クイックインストール
Claude Code
推奨/plugin add https://github.com/rand/cc-polymathgit clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-realtimeこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Realtime Skills Discovery
Provides automatic access to comprehensive realtime skills.
When This Skill Activates
This skill auto-activates when you're working with:
- realtime
- WebSockets
- Server-Sent Events
- streaming
- push notifications
- live updates
- pub/sub
Available Skills
Quick Reference
The Realtime category contains 4 skills:
- pubsub-patterns
- realtime-sync
- server-sent-events
- websocket-implementation
Load Full Category Details
For complete descriptions and workflows:
cat skills/realtime/INDEX.md
This loads the full Realtime category index with:
- Detailed skill descriptions
- Usage triggers for each skill
- Common workflow combinations
- Cross-references to related skills
Load Specific Skills
Load individual skills as needed:
cat skills/realtime/pubsub-patterns.md
cat skills/realtime/realtime-sync.md
cat skills/realtime/server-sent-events.md
cat skills/realtime/websocket-implementation.md
Progressive Loading
This gateway skill enables progressive loading:
- Level 1: Gateway loads automatically (you're here now)
- Level 2: Load category INDEX.md for full overview
- Level 3: Load specific skills as needed
Usage Instructions
- Auto-activation: This skill loads automatically when Claude Code detects realtime work
- Browse skills: Run
cat skills/realtime/INDEX.mdfor full category overview - Load specific skills: Use bash commands above to load individual skills
Next Steps: Run cat skills/realtime/INDEX.md to see full category details.
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.
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.
cloudflare-turnstile
メタThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
Algorithmic Art Generation
メタThis skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.
