·data-design

Data modeling, schema design, and data architecture

15Installs·0Trend·@miles990

Installation

$npx skills add https://github.com/miles990/claude-software-skills --skill data-design

SKILL.md

Principles for designing data structures, schemas, and data flows that are efficient, maintainable, and scalable.

| 1:1 | One to one | User ↔ Profile | | 1:N | One to many | User → Orders | | M:N | Many to many | Students ↔ Courses |

| 1NF | Atomic values, no repeating groups | tags: "a,b,c" | | 2NF | 1NF + no partial dependencies | Non-key depends on part of composite key | | 3NF | 2NF + no transitive dependencies | zip → city in orders table | | BCNF | Every determinant is a candidate key | Rare edge cases |

Data modeling, schema design, and data architecture Source: miles990/claude-software-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/miles990/claude-software-skills --skill data-design
Category
{}Data Analysis
Verified
First Seen
2026-02-16
Updated
2026-02-18

Quick answers

What is data-design?

Data modeling, schema design, and data architecture Source: miles990/claude-software-skills.

How do I install data-design?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/miles990/claude-software-skills --skill data-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/miles990/claude-software-skills