Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

DDIA Systems

Skill Verifiziert Aktiv

Design data systems by understanding storage engines, replication, partitioning, transactions, and consistency models. Use when the user mentions "database choice", "replication lag", "partitioning strategy", "consistency vs availability", "stream processing", "ACID transactions", "eventual consistency", or "LSM tree vs B-tree". Also trigger when choosing between SQL and NoSQL, designing data pipelines, or debugging distributed system consistency issues. Covers data models, batch/stream processing, and distributed consensus. For system design, see system-design. For resilience, see release-it.

Zweck

To provide principled guidance and a structured framework for designing reliable, scalable, and maintainable data systems by understanding core concepts and trade-offs.

Funktionen

  • Expert guidance on data models and query languages
  • Explanation of storage engines (LSM vs B-trees)
  • In-depth coverage of replication strategies and consistency models
  • Principles for partitioning and scaling data
  • Guidance on transactions, batch, and stream processing

Anwendungsfälle

  • Choosing the right database for a specific problem
  • Designing schemas and data models that scale
  • Architecting distributed systems with fault tolerance
  • Debugging consistency issues in data pipelines
  • Understanding trade-offs between consistency, availability, and latency

Nicht-Ziele

  • Implementing specific database technologies
  • Providing operational runbooks for databases
  • Writing code for specific data pipelines

Workflow

  1. Understand core data system principles (models, storage, replication, partitioning, transactions, processing, reliability)
  2. Apply principles to design new systems or evaluate existing ones
  3. Use provided diagnostic questions and common mistake analyses
  4. Consult reference files for deeper dives into specific topics

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add wondelai/skills
/plugin install skills@wondelai-skills

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit17 days ago
Sterne953
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

System Design

99

Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.

Skill
wondelai

V3 Ddd Architecture

100

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

Skill
ruvnet

Pathfinder

100

Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach "dem idealen Pfad" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.

Skill
thedotmack

Understand

100

Analysieren Sie eine Codebasis, um einen interaktiven Wissensgraphen zur Verständnis von Architektur, Komponenten und Beziehungen zu erstellen

Skill
Lum1104

Cloud Architect

100

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.

Skill
jeffallan

API Design Patterns

100

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

Skill
bobmatnyc