database-design-patterns

Community

Schema patterns for scalable data stores.

AuthorNickCrew
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers core database design patterns, from normalization to polyglot persistence, to help design scalable, maintainable data models.

Core Features & Use Cases

  • Normalization & Denormalization: Balance data integrity with performance.
  • Polyglot Persistence: Use the right database for the right job (SQL, NoSQL, search).
  • CAP & BASE: Reason about consistency and availability trade-offs.

Quick Start

Compare a normalized schema for orders with a denormalized view for reporting.

Dependency Matrix

Required Modules

None required

Components

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: database-design-patterns
Download link: https://github.com/NickCrew/claude-cortex/archive/main.zip#database-design-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository