
from AI Workspace Archive15
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.
Git Hooks Automation
Set up and manage Git hooks (Husky, lint-staged, pre-commit) to enforce linting, formatting, tests, and commit message rules before code reaches CI.
Segment CDP
Patterns and best practices for integrating Segment (Analytics.js and server SDK) to capture client- and server-side events, design tracking plans, and avoid co
Homelab Pihole Dns
Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home ne...
Django + Celery Patterns
Production-grade Django + Celery patterns: setup, task design, beat scheduling, retries, canvas workflows, testing, and monitoring for background jobs.
Atlassian Confluence Expert
A Confluence space and documentation management skill: create spaces, templates, macros, permission schemes, and governance for team knowledge bases.