Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections, generates schemas, and runs migrations. Results in working code that can immediately connect to and query the database. Use when creating new projects with Drizzle, adding ORM to existing applications, or modifying database schemas.
/plugin marketplace add neondatabase-labs/ai-rules/plugin install neon-plugin@neonThis skill is limited to using the following tools:
guides/existing-project.mdguides/new-project.mdguides/schema-only.mdguides/troubleshooting.mdreferences/adapters.mdreferences/migrations.mdreferences/query-patterns.mdscripts/generate-schema.tsscripts/run-migration.tstemplates/db-http.tstemplates/db-websocket.tstemplates/drizzle-config.tstemplates/schema-example.ts