discover-distributed-systems
について
このスキルは、コンセンサスアルゴリズム、CRDT、レプリケーション、パーティショニングなどの分散システム概念を扱う際に自動的に起動します。RAFT、Paxos、CAP定理をはじめとする分散コンピューティングの基礎をカバーする17種類の専門スキルへアクセスを提供します。コーディング中に分散アルゴリズムやシステム設計パターンに関する専門知識を即座に得るためにご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/rand/cc-polymathgit clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-distributed-systemsこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Distributed Systems Skills Discovery
Provides automatic access to comprehensive distributed systems skills.
When This Skill Activates
This skill auto-activates when you're working with:
- Consensus algorithms (RAFT, Paxos)
- CAP theorem, consistency models
- CRDTs and eventual consistency
- Vector clocks, causality
- Replication and partitioning
- Distributed locks and leader election
- Gossip protocols
- Probabilistic data structures
Available Skills
Quick Reference
The Distributed Systems category contains 17 skills:
- cap-theorem - CAP theorem, consistency vs availability trade-offs
- consensus-raft - RAFT consensus, leader election, log replication
- consensus-paxos - Paxos consensus, Basic/Multi-Paxos
- crdt-fundamentals - Conflict-free Replicated Data Types basics
- crdt-types - Specific CRDT implementations (LWW, OR-Set, RGA)
- dotted-version-vectors - Compact causality, sibling management, optimized vector clocks
- interval-tree-clocks - Dynamic causality, fork/join, scalable tracking
- vector-clocks - Causality tracking, happens-before
- logical-clocks - Lamport clocks, logical time
- eventual-consistency - Consistency levels, quorums, BASE
- conflict-resolution - LWW, multi-value, semantic resolution
- replication-strategies - Primary-backup, multi-primary, chain, quorum
- partitioning-sharding - Hash/range/consistent hashing, rebalancing
- distributed-locks - Redlock, ZooKeeper locks, fencing tokens
- leader-election - Bully, ring, consensus-based election
- gossip-protocols - Epidemic protocols, failure detection
- probabilistic-data-structures - Bloom filters, HyperLogLog, Count-Min Sketch
Load Full Category Details
For complete descriptions and workflows:
cat skills/distributed-systems/INDEX.md
This loads the full Distributed Systems 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/distributed-systems/cap-theorem.md
cat skills/distributed-systems/consensus-raft.md
cat skills/distributed-systems/crdt-fundamentals.md
cat skills/distributed-systems/replication-strategies.md
Common Workflows
Understanding Consistency Trade-offs
# CAP → Eventual consistency → Conflict resolution
cat skills/distributed-systems/cap-theorem.md
cat skills/distributed-systems/eventual-consistency.md
cat skills/distributed-systems/conflict-resolution.md
Implementing Consensus
# RAFT → Leader election → Replication
cat skills/distributed-systems/consensus-raft.md
cat skills/distributed-systems/leader-election.md
cat skills/distributed-systems/replication-strategies.md
Building Eventually Consistent Systems
# CRDTs → Vector clocks → Conflict resolution
cat skills/distributed-systems/crdt-fundamentals.md
cat skills/distributed-systems/vector-clocks.md
cat skills/distributed-systems/conflict-resolution.md
Advanced Causality Tracking
# Vector clocks → Dotted version vectors → Interval tree clocks
cat skills/distributed-systems/vector-clocks.md
cat skills/distributed-systems/dotted-version-vectors.md
cat skills/distributed-systems/interval-tree-clocks.md
Scaling Data
# Partitioning → Replication → Gossip
cat skills/distributed-systems/partitioning-sharding.md
cat skills/distributed-systems/replication-strategies.md
cat skills/distributed-systems/gossip-protocols.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 distributed systems work
- Browse skills: Run
cat skills/distributed-systems/INDEX.mdfor full category overview - Load specific skills: Use bash commands above to load individual skills
Next Steps: Run cat skills/distributed-systems/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.
