AI AGENT ADDONS

Neon Postgres Branches

neondatabase/agent-skills
Databases
1,408installs

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.

Add Neon Postgres Branches skill to your workflow

Global

mkdir -p ~/.claude/skills/neon-postgres-branches

Project

mkdir -p .claude/skills/neon-postgres-branches

Source Repository

Stars
71
Forks
9
Watchers
71
License
Apache-2.0
Last Push
26 days ago
Created
6 months ago