data-modeling

Installation
SKILL.md

Data Modeling

Purpose

Design a schema that supports the queries you need and the changes you will want. Schema mistakes are the most expensive category of technical debt because the data outlives every application that touched it.

When to Use

  • Designing a new schema or a significant new table.
  • Adding multi-tenancy to an existing model.
  • Modeling history, versioning, or audit requirements.
  • Reviewing a schema before it becomes hard to change.

Capabilities

Installs
2
GitHub Stars
26
First Seen
Jul 16, 2026
data-modeling — nimadorostkar/claude-skills-collection