ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年3月1日 03:37
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill distributed-systems-indexコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | distributed-systems-index |
| description | Index of Distributed Systems Skills |
Total Skills: 17 Category: distributed-systems
Description: CAP theorem fundamentals, consistency vs availability trade-offs, and practical implications for distributed system design
Load this skill: Read cap-theorem.md
Description: RAFT consensus algorithm including leader election, log replication, safety guarantees, and implementation patterns
Load this skill: Read consensus-raft.md
Description: Paxos consensus algorithm including Basic Paxos, Multi-Paxos, roles, phases, and practical implementations
Load this skill: Read consensus-paxos.md
Description: Conflict-free Replicated Data Types (CRDTs) fundamentals including convergence, commutativity, and basic CRDT operations
Load this skill: Read crdt-fundamentals.md
Description: Specific CRDT implementations including LWW-Register, OR-Set, RGA, and collaborative text editing CRDTs
Load this skill: Read crdt-types.md
Description: Dotted version vectors for efficient sibling management, compact causality tracking, reducing metadata overhead compared to pure vector clocks
Load this skill: Read dotted-version-vectors.md
Description: Interval tree clocks for dynamic systems, scalable causality tracking, fork/join operations, avoiding process ID exhaustion
Load this skill: Read interval-tree-clocks.md
Description: Vector clocks for tracking causality in distributed systems, detecting concurrent events, and resolving conflicts
Load this skill: Read vector-clocks.md
Description: Lamport logical clocks for establishing happened-before ordering in distributed systems without synchronized physical clocks
Load this skill: Read logical-clocks.md
Description: Eventual consistency models, consistency levels, read/write quorums, and practical trade-offs in distributed systems
Load this skill: Read eventual-consistency.md
Description: Conflict resolution strategies including Last-Write-Wins, multi-value, semantic resolution, and application-specific merge functions
Load this skill: Read conflict-resolution.md
Description: Data replication strategies including primary-backup, multi-primary, chain replication, and quorum-based replication
Load this skill: Read replication-strategies.md
Description: Data partitioning and sharding strategies including hash-based, range-based, consistent hashing, and rebalancing
Load this skill: Read partitioning-sharding.md
Description: Distributed locking patterns including Redis Redlock, ZooKeeper locks, lease-based locking, and fencing tokens
Load this skill: Read distributed-locks.md
Description: Leader election algorithms including bully algorithm, ring algorithm, and consensus-based election with RAFT/Paxos
Load this skill: Read leader-election.md
Description: Gossip protocols for disseminating information, failure detection, and eventual consistency in large-scale distributed systems
Load this skill: Read gossip-protocols.md
Description: Probabilistic data structures including Bloom filters, HyperLogLog, Count-Min Sketch for space-efficient approximations
Load this skill: Read probabilistic-data-structures.md
# List all skills in this category
ls skills/distributed-systems/*.md
# Load specific skills
Read cap-theorem.md
Read consensus-raft.md
Read crdt-fundamentals.md
# ... and 14 more
See skills/README.md for the complete catalog of all categories and gateway skills.
Browse: This index provides a quick reference. Load the discover-distributed gateway skill for common workflows and integration patterns.
Read ../discover-distributed/SKILL.md