What is postgres?
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases. Source: pageai-pro/ralph-loop.
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
Quickly install postgres AI skill to your development environment via command line
Source: pageai-pro/ralph-loop.
| Schema Design | references/schema-design.md | Tables, primary keys, data types, foreign keys | | Indexing | references/indexing.md | Index types, composite indexes, performance | | Index Optimization | references/index-optimization.md | Unused/duplicate index queries, index audit |
| Partitioning | references/partitioning.md | Large tables, time-series, data retention | | Query Patterns | references/query-patterns.md | SQL anti-patterns, JOINs, pagination, batch queries | | Optimization Checklist | references/optimization-checklist.md | Pre-optimization audit, cleanup, readiness checks |
| MVCC and VACUUM | references/mvcc-vacuum.md | Dead tuples, long transactions, xid wraparound prevention |
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases. Source: pageai-pro/ralph-loop.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/pageai-pro/ralph-loop --skill postgresPostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases. Source: pageai-pro/ralph-loop.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pageai-pro/ralph-loop --skill postgres Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/pageai-pro/ralph-loop