data-systems-craft
CommunityDesign reliable, scalable data architectures
Software Engineering#consistency#partitioning#replication#distributed-systems#data-systems#storage-engines#transaction-isolation
AuthorVKirill
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It solves data-layer design indecision and reliability gaps by turning Kleppmann’s distributed-systems fundamentals into concrete, decision-ready rules for storage, replication, transactions, consistency, and partitioning.
Core Features & Use Cases
- Storage engine selection guidance: choose between log-structured (LSM-tree) and update-in-place (B-tree) engines based on workload write/read characteristics.
- Replication and consistency decisioning: select replication topology (single-leader, multi-leader, leaderless) and map it to consistency requirements like linearizability vs eventual consistency.
- Concurrency control and sharding discipline: choose isolation levels to prevent anomalies (lost updates, write skew) and design sharding/partitioning to avoid hot partitions and unsafe rebalancing.
- Schema evolution and operational guardrails: apply encoding choices (JSON/Avro/Protobuf) and “never do this” anti-patterns that prevent silent correctness failures.
Quick Start
Use data-systems-craft when planning a system’s storage and replication strategy so you can pick the right consistency and isolation guarantees before implementation starts.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: data-systems-craft Download link: https://github.com/VKirill/antigravity-for-claude-code/archive/main.zip#data-systems-craft Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.