🗄️
DataPython

Data Modeling

by nimadorostkar

Data Modeling is a Data skill for Claude Code, published by nimadorostkar in Claude-Skills-collection.

25 stars3 forkson nimadorostkar/Claude-Skills-collectionAdded 2026/08/12Repository updated 2026/07/26
aiclaudeclaude-skillsskills
Install in seconds
Install Data Modeling
Copy Data Modeling into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/nimadorostkar/Claude-Skills-collection/tree/main/skills/data/data-modeling ~/.claude/skills/data-modeling

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/nimadorostkar/Claude-Skills-collection.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/data/data-modeling/SKILL.md in nimadorostkar/Claude-Skills-collection
Installs to
~/.claude/skills/data-modeling
Collection
One of 50 skills cataloged from this repository
Category
Data668 skills

What Data Modeling does

Data Modeling helps design database schemas for new tables or major changes. It covers normalization, keys, temporal history, multi-tenancy, soft deletes, and constraints that are hard to reverse later.

Data Modeling is cataloged under Data on DirSkills. Data Modeling comes from a repository tagged ai, claude, claude-skills and skills.

Documentation

README

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

  • Normalization, and deliberate denormalization.
  • Key selection: natural, surrogate, UUID, ULID.
  • Temporal modeling: valid time, transaction time, event history.
  • Multi-tenancy strategies and their isolation guarantees.
  • Constraint design: the invariants the database should enforce.

Inputs

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Data Modeling

  • What else does nimadorostkar publish alongside Data Modeling?

    Data Modeling is one of 50 skills that DirSkills catalogs from nimadorostkar/Claude-Skills-collection, the repository it ships in. Its siblings there include API Design, Agent Design and Agent Instructions. Each one is a separate skill with its own page in this directory, installs the same way Data Modeling does, and is maintained by nimadorostkar in that same repository. The rest of the collection is listed on the nimadorostkar/Claude-Skills-collection page.

  • How does Data Modeling compare to other Data skills?

    Data Modeling ranks #644 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Data Modeling against them. Open each page to compare what they document and how they install.

More from nimadorostkar/Claude-Skills-collection

Data Modeling is one of 50 skills cataloged on DirSkills from nimadorostkar/Claude-Skills-collection.

See all 50 skills