pre-dev-data-model

Official

Define data, own relationships, before databases.

AuthorLerianStudio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Jumping to database-specific schemas without conceptual data modeling leads to inconsistent structures, unclear ownership, schema conflicts, and migration nightmares. This skill enforces abstract data design.

Core Features & Use Cases

  • Entity Definition: Defines conceptual data objects, their attributes, types, and constraints.
  • Relationship Modeling: Models how entities connect (one-to-one, one-to-many, many-to-many) without using database-specific foreign keys.
  • Data Ownership: Explicitly assigns which component owns which data, preventing shared database anti-patterns.

Quick Start

The API Design is approved. Use the pre-dev-data-model skill to define our data structures.

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: pre-dev-data-model
Download link: https://github.com/LerianStudio/ring/archive/main.zip#pre-dev-data-model

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