AI AGENT ADDONS
Databases
6,743installs

PostgreSQL is a powerful database. This reference gives you patterns for query optimization, schema design, indexing, and security. It is based on Supabase best practices.

Developers can use it to speed up slow queries and design better tables. It covers Row Level Security, UPSERT, cursor pagination, and more. The cheat sheets for indexes and data types make common tasks easy.

This reference also helps you detect anti-patterns like unindexed foreign keys and slow queries. It includes configuration templates for connection limits and timeouts. Use it together with the database-reviewer agent for detailed reviews.

Add Postgres Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/postgres-patterns

Project

mkdir -p .claude/skills/postgres-patterns

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago