When you need to test changes in your Postgres database without risking your live data, this skill helps you pick the right branch type. You can create a normal branch that copies real data for realistic migration testing. Or use a schema-only branch to copy only the table structures, keeping sensitive rows safe. Developers who run migrations or want isolated test environments will find this useful. The skill guides you through creating branches using the Neon CLI or the Neon MCP server, whichever you have ready.
If you are unsure which branch you need, just answer one quick question about whether you need real data or only the structure. Then you follow simple steps to create the branch, check it, and get a connection string. This makes testing new features or schema changes faster and safer. No more worrying about breaking your production database.
Global
mkdir -p ~/.claude/skills/neon-postgres-branchesProject
mkdir -p .claude/skills/neon-postgres-branchesSource Repository
Supabase Postgres Best Practicessupabase/agent-skills
Follow Supabase's expert guidelines for faster Postgres queries and smarter schema design
Firebase Data Connectfirebase/agent-skills
Build secure PostgreSQL backends with Firebase using GraphQL schemas and type-safe SDKs
Convex Migration Helperget-convex/agent-skills
Plan and run safe Convex schema migrations without downtime or data loss
Firebase Firestorefirebase/agent-skills
Master Cloud Firestore setup, queries, full-text search, security rules, and indexes
Neon Postgresneondatabase/agent-skills
Set up and manage Neon Serverless Postgres with ease and speed
Firebase Firestore Standardfirebase/agent-skills
Set up and secure Cloud Firestore with clear provisioning rules and SDK guides
Firebase Firestore Enterprise Native Modefirebase/agent-skills
Master Firestore Enterprise Native Mode provisioning data modeling security rules and SDK usage
Postgresql Table Designwshobson/agents
Design PostgreSQL tables with best practices for performance and reliability