·database-design
{}

database-design

srstomp/pokayokay

Design database schemas, plan migrations, optimize queries, and manage data models. Covers relational databases (PostgreSQL, MySQL, SQLite), document databases (MongoDB), and ORM integration (Prisma, Drizzle, TypeORM). Use this skill when designing schemas, reviewing data models, planning migrations, optimizing slow queries, or establishing database patterns for a project. Triggers on "database", "schema", "migration", "model", "query optimization", "index", "normalize/denormalize".

11Installs·1Trend·@srstomp

Installation

$npx skills add https://github.com/srstomp/pokayokay --skill database-design

SKILL.md

Design efficient, maintainable database schemas with safe migration strategies.

Data Integrity First Enforce constraints at the database level, not just application.

Normalize by Default, Denormalize with Purpose Start with 3NF. Denormalize only when you have measured performance needs.

Design database schemas, plan migrations, optimize queries, and manage data models. Covers relational databases (PostgreSQL, MySQL, SQLite), document databases (MongoDB), and ORM integration (Prisma, Drizzle, TypeORM). Use this skill when designing schemas, reviewing data models, planning migrations, optimizing slow queries, or establishing database patterns for a project. Triggers on "database", "schema", "migration", "model", "query optimization", "index", "normalize/denormalize". Source: srstomp/pokayokay.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/srstomp/pokayokay --skill database-design
Category
{}Data Analysis
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is database-design?

Design database schemas, plan migrations, optimize queries, and manage data models. Covers relational databases (PostgreSQL, MySQL, SQLite), document databases (MongoDB), and ORM integration (Prisma, Drizzle, TypeORM). Use this skill when designing schemas, reviewing data models, planning migrations, optimizing slow queries, or establishing database patterns for a project. Triggers on "database", "schema", "migration", "model", "query optimization", "index", "normalize/denormalize". Source: srstomp/pokayokay.

How do I install database-design?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/srstomp/pokayokay --skill database-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/srstomp/pokayokay