postgres▌
28 indexed skills · max 10 per page
azure-postgres
microsoft/github-copilot-for-azure · Cloud
Passwordless PostgreSQL authentication on Azure with Microsoft Entra ID integration. \n \n Configures Entra ID authentication for Azure Database for PostgreSQL Flexible Server, eliminating password-based access in favor of token-based authentication \n Supports three access patterns: developer identities, managed identities for Azure-hosted applications, and group-based permissions via Azure AD groups \n Includes migration tooling to transition existing password-authenticated databases to Entra
reviewing-oracle-to-postgres-migration
github/awesome-copilot · Productivity
Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented in the references/ folder.
creating-oracle-to-postgres-master-migration-plan
github/awesome-copilot · Productivity
Analyze a .NET solution, classify every project for Oracle→PostgreSQL migration eligibility, and write a structured plan that downstream agents and skills can parse.
postgres-best-practices
sickn33/antigravity-awesome-skills · Productivity
Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.
scaffolding-oracle-to-postgres-migration-test-project
github/awesome-copilot · Testing
Creates a compilable, empty xUnit test project with transaction management and seed data infrastructure for a single target project. Run once per project before writing tests.
supabase-postgres-best-practices
sickn33/antigravity-awesome-skills · Productivity
Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.
neon-postgres-egress-optimizer
neondatabase/agent-skills · Productivity
Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses.
postgres
planetscale/database-skills · Productivity
Comprehensive Postgres guidance covering schema design, query optimization, replication, and PlanetScale-specific operations. \n \n Covers eight core topics: schema design, indexing, partitioning, query patterns, MVCC/VACUUM, process and memory architecture, WAL operations, and backup/recovery \n Includes PlanetScale-specific references for connection pooling, PgBouncer configuration, extensions, and the pscale CLI \n Provides optimization checklists, monitoring strategies via pg_stat views, and