From cc-polymath
Discovers 21 skills on distributed systems (consensus, CRDTs, replication, sharding) and realtime (WebSocket, SSE, pub/sub) via auto-activation or /discover-distributed invocation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-polymath:discover-distributedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Consensus algorithms (RAFT, Paxos)
Read ../distributed-systems/INDEX.md Read ../realtime/INDEX.md
npx claudepluginhub rand/cc-polymath --plugin cc-polymathGuides distributed systems design with 4-step framework. CHECKER audits designs for gaps and anti-patterns; APPLIER interactively builds systems step-by-step. Covers 15 designs like rate limiters, KV stores, news feeds.
Redirects deprecated event-driven skill to references on patterns like outbox, saga, CQRS, schema versioning, Kafka topic design, consumer groups, DLQ, and exactly-once semantics.
Provides guidance on microservices patterns for service boundaries, inter-service communication, data management, and resilience. Useful for monolith decomposition and distributed systems.