mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Add comprehensive PostgreSQL schema design skill covering: - Core rules and best practices - PostgreSQL-specific gotchas and conventions - Data types with detailed guidance (IDs, strings, time, JSONB, arrays, etc.) - Indexing strategies (B-tree, GIN, GiST, BRIN, partial, covering) - Constraints (PK, FK, UNIQUE, CHECK, EXCLUDE) - Partitioning patterns - Performance optimization for update-heavy and insert-heavy workloads - Safe schema evolution - Extension recommendations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>