Agent skill · Testing & QA

neon-postgres-branches

Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolated test environments, schema-only branch workflows for sensitive data, or branch creation via Neon CLI or Neon MCP. Triggers...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill neon-postgres-branches --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/neon-postgres-branches/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Neon Postgres Branching ## When to Use Use this skill when you need choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolated test environments, schema-only branch workflows for sensitive data, or branch creation via Neon CLI or Neon MCP. Triggers... The outcome of this skill should be a created Neon branch (or a clear, actionable next step if creation cannot proceed). Choose the correct branch type, then execute branch creation via MCP or CLI. - **Normal branch** for realistic migration and query testing with real data. - **Schema-only branch (Beta)** for sensitive data workflows where structure is needed without copying rows. ## Branch Type Decision Use this decision rule first: 1. If the user wants to test complex migrations, performance, or behavior against production-like data, choose a **normal branch**. 2. If the user needs to avoid copying sensitive data, choose a **schema-only branch**. If the request is ambiguous, ask one clarifying question: "Do you need realistic data for testing, or only schema structure because the data is sensitive?" ## Tool Selection: CLI or MCP Alw

What's inside
Steps it walks through
  1. When to Use
  2. Branch Type Decision
  3. Tool Selection: CLI or MCP
  4. Selection order
  5. MCP branch flow
  6. Create a Normal Branch (Preferred for Real-Data Migration Testing)
  7. Steps
  8. Create a Schema-Only Branch (Beta, Sensitive Data)
  9. Beta Support Guidance (Mandatory)
  10. Reset from parent
  11. What it does
  12. When to recommend it
  13. Hard constraints and blockers
  14. CLI usage
Commands it runs
neon branches create \
neon connection-string <branch-name>
neon branches reset <id|name> --parent --preserve-under-name <backup-branch-name>
neon branches reset <id|name> --parent --preserve-under-name <backup-branch-name> --project-id <project-id>
neon set-context --project-id <project-id>
npm i @neon/config
More from agentic-awesome-skills
All skills →
About this skill
What does the neon-postgres-branches skill do?

Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolated test environments, schema-only branch workflows for sensitive data, or branch creation via Neon CLI or Neon MCP. Triggers...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill neon-postgres-branches --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going