Back to skills
SkillHub ClubResearch & OpsFull Stack

discover-realtime

A gateway skill that auto-detects realtime development tasks and provides access to four related skills via CLI commands. It acts as a discovery mechanism rather than executing tools directly, requiring users to manually load specific skill files.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
81
Hot score
93
Updated
March 20, 2026
Overall rating
A7.0
Composite score
5.6
Best-practice grade
N/A

Install command

npx @skill-hub/cli install rand-cc-polymath-discover-realtime
realtimewebsocketsgatewaycliworkflow

Repository

rand/cc-polymath

Skill path: skills/discover-realtime

A gateway skill that auto-detects realtime development tasks and provides access to four related skills via CLI commands. It acts as a discovery mechanism rather than executing tools directly, requiring users to manually load specific skill files.

Open repository

Best for

Primary workflow: Research & Ops.

Technical facets: Full Stack.

Target audience: Developers working with WebSockets, SSE, or pub/sub systems who want quick access to related implementation patterns and best practices..

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: rand.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install discover-realtime into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/rand/cc-polymath before adding discover-realtime to shared team environments
  • Use discover-realtime for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: discover-realtime
description: Automatically discover realtime communication skills when working with realtime. Activates for realtime development tasks.
---

# 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:

1. **pubsub-patterns**
2. **realtime-sync**
3. **server-sent-events**
4. **websocket-implementation**

### Load Full Category Details

For complete descriptions and workflows:

```bash
cat ~/.claude/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:

```bash
cat ~/.claude/skills/realtime/pubsub-patterns.md
cat ~/.claude/skills/realtime/realtime-sync.md
cat ~/.claude/skills/realtime/server-sent-events.md
cat ~/.claude/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

1. **Auto-activation**: This skill loads automatically when Claude Code detects realtime work
2. **Browse skills**: Run `cat ~/.claude/skills/realtime/INDEX.md` for full category overview
3. **Load specific skills**: Use bash commands above to load individual skills

---

**Next Steps**: Run `cat ~/.claude/skills/realtime/INDEX.md` to see full category details.
discover-realtime | SkillHub