Help us improve
Share bugs, ideas, or general feedback.
From postgres-skills
Best practices and guidelines for working with Postgres. Covers schema design, indexing strategies, query optimization, migrations, and common pitfalls. Use when writing SQL, designing database schemas, optimizing queries, or setting up a Postgres database.
npx claudepluginhub neondatabase/postgres-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/postgres-skills:postgres-best-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guidelines and best practices for working with Postgres, covering schema design, indexing, query optimization, and common pitfalls.
Optimizes Postgres queries, schema designs, and database configurations using Supabase best practices across 8 priority-ranked categories.
Provides Postgres best practices from Supabase for optimizing queries, schema designs, indexes, connection pooling, RLS, and configurations.
Optimizes Postgres queries, schema designs, and database configurations using Supabase best practices across 8 priority categories including query performance, connection management, and security/RLS.
Share bugs, ideas, or general feedback.
Guidelines and best practices for working with Postgres, covering schema design, indexing, query optimization, and common pitfalls.
| Area | Resource | When to Use |
|---|---|---|
| Schema Design | references/schema-design.md | Designing tables, choosing data types, normalizing |