AI AGENT ADDONS

Postgresql Table Design

wshobson/agents
Databases
21,865installs

PostgreSQL table design is a key skill for building fast and reliable databases. This guide covers how to choose data types, set up indexes, and apply constraints correctly. It helps you avoid common mistakes and get good performance from the start.

Developers and data architects will benefit from these best practices. You learn when to use BIGINT for IDs, why TEXT is better than VARCHAR for strings, and how to handle timestamps with time zones. The skill also explains PostgreSQL quirks like MVCC and vacuum so you can design for long‑term health.

Whether you are creating a new schema or reviewing an existing one, this skill gives you clear rules and real‑world examples. It makes your database easier to maintain and faster to query.

Add Postgresql Table Design skill to your workflow

Global

mkdir -p ~/.claude/skills/postgresql-table-design

Project

mkdir -p .claude/skills/postgresql-table-design

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago