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/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.tsComprehensive Drizzle ORM setup for Neon databases with guided workflows.
When generating TypeScript/JavaScript code:
Each guide is a complete, self-contained walkthrough with numbered phases:
guides/new-project.md - Full setup from scratch (see: Table of Contents)guides/existing-project.md - Add Drizzle to running apps (see: Table of Contents)guides/schema-only.md - Schema creation and modification (see: Table of Contents)guides/troubleshooting.md - Debug common issues (organized by error type)I'll automatically detect your context (package manager, framework, deployment target) and select the appropriate guide based on your request.
Tell me what you're building - I'll handle the rest:
For deeper technical details (loaded on-demand):
references/adapters.md - HTTP vs WebSocket decision guidereferences/migrations.md - Migration patterns and troubleshootingreferences/query-patterns.md - Example queries and best practicestemplates/schema-example.ts - Multi-table schema with relationstemplates/drizzle-config.ts - Configuration examplesscripts/generate-schema.ts - Automated migration generationscripts/run-migration.ts - Programmatic migration runnerI will:
Ready to get started? Just describe what you're building!
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.