A solid reference collection for PostgreSQL work that covers the main complexity areas: table design, vector search with pgvector, hybrid BM25+semantic search, PostGIS spatial queries, and TimescaleDB hypertables. The skill is organized around loading specific references as needed rather than dumping everything at once. The TimescaleDB section is especially practical, with separate guides for setting up fresh hypertables, identifying migration candidates in existing databases, and executing the actual migration. If you're building anything with embeddings or time-series data on Postgres, this consolidates the patterns you'd otherwise be piecing together from docs and blog posts.
npx skills add https://github.com/timescale/pg-aiguide --skill postgres