production-postgres
Installation
SKILL.md
Production PostgreSQL
This skill encodes battle-tested PostgreSQL patterns for zero-downtime deployments, safe schema evolution, and production-grade performance. Every recommendation comes from real outage post-mortems.
1. Migration Safety
This is the most critical section. Unsafe migrations are the #1 cause of production database outages.
The Golden Rule
Every migration MUST be safe for zero-downtime rolling deploys. Old code and new code run simultaneously during deploy windows. If a migration breaks old code, you get downtime.