·postgres-best-practices
</>

postgres-best-practices

dirnbauer/webconsulting-skills

Postgres performance optimization and best practices from Supabase. Query performance, connection pooling, Row Level Security, schema design, and diagnostics.

14Installs·0Trend·@dirnbauer

Installation

$npx skills add https://github.com/dirnbauer/webconsulting-skills --skill postgres-best-practices

SKILL.md

Source: This skill is based on Supabase's Postgres Best Practices for AI agents. See the announcement blog post.

Comprehensive Postgres performance optimization guide. Contains rules across 8 categories, prioritized by impact from critical (query performance, connection management) to incremental (advanced features).

| 1 | Query Performance | CRITICAL | | 2 | Connection Management | CRITICAL | | 3 | Security & RLS | CRITICAL | | 4 | Schema Design | HIGH | | 5 | Concurrency & Locking | MEDIUM-HIGH | | 6 | Data Access Patterns | MEDIUM | | 7 | Monitoring & Diagnostics | LOW-MEDIUM | | 8 | Advanced Features | LOW |

Postgres performance optimization and best practices from Supabase. Query performance, connection pooling, Row Level Security, schema design, and diagnostics. Source: dirnbauer/webconsulting-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dirnbauer/webconsulting-skills --skill postgres-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is postgres-best-practices?

Postgres performance optimization and best practices from Supabase. Query performance, connection pooling, Row Level Security, schema design, and diagnostics. Source: dirnbauer/webconsulting-skills.

How do I install postgres-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dirnbauer/webconsulting-skills --skill postgres-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dirnbauer/webconsulting-skills