rand/cc-polymath

discover-distributed

Automatically discover distributed systems and realtime communication skills when working with consensus, CRDTs, replication, WebSocket, SSE, pub/sub, or event-driven architectures

First seen Mar 2, 2026

Installation

$ npx skills add rand/cc-polymath --skill discover-distributed

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 rand/cc-polymath · top by installs.

npx skills add rand/cc-polymath

Browse all from rand/cc-polymath

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 Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 175
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.0
LicenseMIT
Compatibility>=1.0.0
Declared agents claude-code
More metadata
author
rand
version
4.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,552 B
  • docs SUMMARY.md 208 B

History

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

SKILL.md

Distributed Systems & Realtime Skills Discovery

When This Skill Activates

  • Consensus algorithms (RAFT, Paxos)
  • CAP theorem, consistency models
  • CRDTs and eventual consistency
  • Vector clocks, logical clocks, causality
  • Replication, partitioning, sharding
  • Distributed locks and leader election
  • Gossip protocols, probabilistic data structures
  • WebSockets, Server-Sent Events, streaming
  • Pub/sub, push notifications, live updates

Available Skills (21 total)

Distributed Systems (17 skills)

  1. cap-theorem - CAP theorem, consistency vs availability trade-offs
  2. consensus-raft - RAFT consensus, leader election, log replication
  3. consensus-paxos - Paxos consensus, Basic/Multi-Paxos
  4. crdt-fundamentals - Conflict-free Replicated Data Types basics
  5. crdt-types - Specific CRDT implementations (LWW, OR-Set, RGA)
  6. dotted-version-vectors - Compact causality, sibling management
  7. interval-tree-clocks - Dynamic causality, fork/join
  8. vector-clocks - Causality tracking, happens-before
  9. logical-clocks - Lamport clocks, logical time
  10. eventual-consistency - Consistency levels, quorums, BASE
  11. conflict-resolution - LWW, multi-value, semantic resolution
  12. replication-strategies - Primary-backup, multi-primary, chain, quorum
  13. partitioning-sharding - Hash/range/consistent hashing, rebalancing
  14. distributed-locks - Redlock, ZooKeeper locks, fencing tokens
  15. leader-election - Bully, ring, consensus-based election
  16. gossip-protocols - Epidemic protocols, failure detection
  17. probabilistic-data-structures - Bloom filters, HyperLogLog, Count-Min Sketch

Realtime (4 skills)

  1. websocket-implementation - WebSocket connections, protocols, scaling
  2. server-sent-events - SSE for server-to-client streaming
  3. pubsub-patterns - Publish/subscribe architectures
  4. realtime-sync - Real-time data synchronization

Load Full Category Details

Read ../distributed-systems/INDEX.md Read ../realtime/INDEX.md

Progressive Loading

  • Level 1: This gateway loads automatically (~60 lines)
  • Level 2: Load category INDEX.md for full skill listings
  • Level 3: Load specific skills as needed