
Claimable Postgres (pg.new)
from antigravity-awesome-skills31,278
Provision instant temporary Postgres databases (pg.new) for local development, demos, or prototyping—no account required; databases expire after 72 hours unless
What it does
This skill provisions short-lived Postgres databases via Neon’s Claimable Postgres (pg.new) and returns connection details and a claim URL. It automates creating a disposable DATABASE_URL for local development, testing, demos, or CI tasks where a throwaway Postgres instance is needed quickly. The skill explains REST, CLI, SDK, and Vite-plugin methods for provisioning and writing the resulting connection string to an .env file.
When to use it
Use it when you need a fast, ephemeral Postgres instance without signing up for an account: spinning up test data, running migrations in CI jobs, creating reproducible demos, or bootstrapping a dev environment for a contributor. Avoid for production or long-term state unless the user claims the database via the provided claim URL.
What's included
- Scripts: none bundled in this SKILL.md (has_scripts=false)
- References: documentation links are present in the instructions and REST/CLI examples (has_references=false as flagged)
- Instructions: step-by-step REST call, CLI invocation (npx get-db@latest --yes), SDK usage, Vite plugin notes, and safety checks (don’t overwrite .env, warn about .gitignore).
Compatible agents
Fits agent runtimes that can run shell/HTTP/Node (Codex/Gemini CLI/Claude Code/other agent CLIs).
Tags
Information
- Repository
- antigravity-awesome-skills







