Home/Skills/Database Schema Designer
Claude Code
SKILL.md
Database
Verified

Database Schema Designer

Designs normalized database schemas with proper indexing, constraints, and migration patterns.

Claude Code
Cursor

Quick Info

File Type:SKILL.md
Platform:Claude Code
Author:MCP Directory
Category:Database

What This Skill Does

Expert database schema design skill. Creates properly normalized schemas (3NF), designs efficient indexes, enforces referential integrity with foreign keys, follows naming conventions, and generates migration scripts for both up and down operations.

Tags

#database
#schema
#sql
#migrations
#design

Skill Code Preview

Copy this code to your SKILL.md file

---
name: database-schema-designer
description: Database schema design expert
---
# Database Schema Designer
## Principles
- Normalize to 3NF by default, denormalize only for read performance
- Snake_case for all column and table names
- UUID primary keys for distributed systems
- Always include created_at and updated_at timestamps
- Design migrations with both up() and down() functions

Installation Instructions

For Claude Code:

  1. Create a .claude/ folder in your project root
  2. Create a file named SKILL.md in the .claude/ folder
  3. Copy the skill code above and paste it into the SKILL.md file
  4. Save the file and Claude Code will automatically use this skill

For Cursor:

  1. Create a file named .cursorrules in your project root
  2. Copy the skill code above and paste it into the file
  3. Save and Cursor will apply these rules automatically

Recommended MCP Servers

These MCP servers work great with this skill

postgres
supabase
sqlite
Browse MCP Directory

Related Skills

Claude Code

Prisma ORM Expert

Prisma ORM specialist — schema design, migrations, type-safe queries, and PostgreSQL/MySQL optimization.

Cursor

Drizzle ORM Expert

Drizzle ORM — type-safe SQL, serverless-first, migrations, and edge-compatible database access.

Claude Code

SQL Query Performance Optimizer

Diagnose slow queries, optimize indexes, analyze execution plans, and fix N+1 query problems.

Need More AI Skills?

Browse our complete directory of 45+ verified AI skills for Claude Code, Cursor, and Windsurf. Find the perfect skills to supercharge your AI coding assistant.