MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.

npx skills add timescale/pg-aiguide

Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance...

npx skills add timescale/pg-aiguide --skill "design-postgres-tables"

Analyze an existing PostgreSQL database to identify tables that would benefit from conversion to TimescaleDB hypertables

npx skills add timescale/pg-aiguide --skill "find-hypertable-candidates"

Step-by-step instructions for designing table schemas and setting up TimescaleDB with hypertables, indexes,...

npx skills add timescale/pg-aiguide --skill "setup-timescaledb-hypertables"