This is a comprehensive setup assistant that provisions a real Neon Postgres database and configures Drizzle ORM end to end. It handles the whole chain: dependency installation, credential provisioning, connection config, schema generation, and migrations. What's smart here is the context detection, it figures out if you're on Vercel or running Express and picks the right adapter (HTTP vs WebSocket) without asking. The guide system is well structured with separate paths for new projects, existing apps, or schema-only work. If you've ever gotten stuck halfway through an ORM setup with mismatched configs and broken imports, this handles those pain points. Ships with templates and scripts for the repetitive parts.
npx skills add https://github.com/neondatabase/ai-rules --skill neon-drizzle