discover-distributed-systems

71
0
Source

Automatically discover distributed systems skills when working with consensus, CRDTs, replication, partitioning, and distributed algorithms

Install

mkdir -p .claude/skills/discover-distributed-systems && curl -L -o skill.zip "https://mcp.directory/api/skills/download/357" && unzip -o skill.zip -d .claude/skills/discover-distributed-systems && rm skill.zip

Installs to .claude/skills/discover-distributed-systems

About this skill

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:

  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, optimized vector clocks
  7. interval-tree-clocks - Dynamic causality, fork/join, scalable tracking
  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

Load Full Category Details

For complete descriptions and workflows:

cat ~/.claude/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 ~/.claude/skills/distributed-systems/cap-theorem.md
cat ~/.claude/skills/distributed-systems/consensus-raft.md
cat ~/.claude/skills/distributed-systems/crdt-fundamentals.md
cat ~/.claude/skills/distributed-systems/replication-strategies.md

Common Workflows

Understanding Consistency Trade-offs

# CAP → Eventual consistency → Conflict resolution
cat ~/.claude/skills/distributed-systems/cap-theorem.md
cat ~/.claude/skills/distributed-systems/eventual-consistency.md
cat ~/.claude/skills/distributed-systems/conflict-resolution.md

Implementing Consensus

# RAFT → Leader election → Replication
cat ~/.claude/skills/distributed-systems/consensus-raft.md
cat ~/.claude/skills/distributed-systems/leader-election.md
cat ~/.claude/skills/distributed-systems/replication-strategies.md

Building Eventually Consistent Systems

# CRDTs → Vector clocks → Conflict resolution
cat ~/.claude/skills/distributed-systems/crdt-fundamentals.md
cat ~/.claude/skills/distributed-systems/vector-clocks.md
cat ~/.claude/skills/distributed-systems/conflict-resolution.md

Advanced Causality Tracking

# Vector clocks → Dotted version vectors → Interval tree clocks
cat ~/.claude/skills/distributed-systems/vector-clocks.md
cat ~/.claude/skills/distributed-systems/dotted-version-vectors.md
cat ~/.claude/skills/distributed-systems/interval-tree-clocks.md

Scaling Data

# Partitioning → Replication → Gossip
cat ~/.claude/skills/distributed-systems/partitioning-sharding.md
cat ~/.claude/skills/distributed-systems/replication-strategies.md
cat ~/.claude/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

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

Next Steps: Run cat ~/.claude/skills/distributed-systems/INDEX.md to see full category details.

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

294790

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

213415

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

213296

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

222234

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

174201

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

166173

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.