
from ai-workspace-archive10
Provision instant temporary Postgres databases via Neon's Claimable Postgres (pg.new) for quick development, demos, and prototypes without signup; returns a DAT
Automates provisioning of short-lived Postgres instances using Neon Claimable Postgres (pg.new). The skill explains REST API, CLI, and SDK methods to obtain a connection string, how to write it to .env, and safety notes about expiration and claiming to persist the database.
Use this skill when a task needs a throwaway Postgres database for demos, tests, or quick prototyping and the user does not want to create an account. Avoid for production workloads; recommend standard Neon provisioning for long-term use.
Agents that can run shell commands and edit project files (Copilot/Coding agents or Code-capable Claude/Gemini agents) to provision via curl or npx and write connection info to .env.
Claimable Postgres skill provisions instant temporary Neon Postgres databases via pg.new API or CLI. No bundled scripts — purely instruction-based. SKILL.md is thorough with clear agent workflows for REST, CLI, SDK, and Vite paths. Safety notes are present (no overwriting env vars, check .gitignore). Minor security consideration: npx @latest runs without checksum verification and API includes a ref tracking tag.
Well-documented skill with legitimate purpose. No scripts to test. The pg.new API is a real Neon service. Ref tracking is benign but worth noting.