Change Postgres carefully
Start with database fundamentals, configure the connection, then use isolated Neon branches for changes.
Install the kit
npx skills@latest add supabase/agent-skills --skill supabase-postgres-best-practices
npx skills@latest add prisma/skills --skill prisma-database-setup
npx skills@latest add neondatabase/agent-skills --skill neon-postgres
npx skills@latest add neondatabase/agent-skills --skill neon-postgres-branchesEach command asks which agents to install for; add -g to install globally.
In this kit
Postgres best practices
Schema, index, migration and row-level security guidance for any Postgres, from Supabase.
What it can touch: Guidance only
419Kinstalls
npx skills@latest add supabase/agent-skills --skill supabase-postgres-best-practicesPrisma Database Setup
Configure Prisma schemas, datasource URLs, driver adapters, and generated clients by database.
What it can touch: Edits code · Runs commands · Network
316Kinstalls
npx skills@latest add prisma/skills --skill prisma-database-setupNeon Postgres
Operate Neon Postgres connections, branches, migrations, diagnostics, scaling, and search.
What it can touch: Edits code · Runs commands · Needs MCP · Network
192Kinstalls
npx skills@latest add neondatabase/agent-skills --skill neon-postgresNeon Postgres Branches
Creates normal or schema-only Neon branches for safe development and migration tests.
What it can touch: Edits code · Runs commands · Needs MCP · Network
14Kinstalls
npx skills@latest add neondatabase/agent-skills --skill neon-postgres-branches