Use this skill when writing or modifying Drizzle ORM schemas, queries, or migrations in this repo — specifically the @internal/dashboard-agent-db package (the dashboard agent's conversation datastore). Covers pg-core schema definition, the postgres-js driver, drizzle-kit migrations, and this repo's conventions: a dedicated Postgres schema, foreign-key-free cross-database design, pooler-safe connections, and the access-pattern query layer. Drizzle is NOT the main database — that's Prisma.
$npx -y skills add triggerdotdev/trigger.dev --skill drizzleInstalls into the current project.
Run `npx skills use "https://github.com/triggerdotdev/trigger.dev" --skill "triggerdotdev/trigger.dev/drizzle"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/triggerdotdev/trigger.dev" that are relevant to the current task. Run `npx skills add "https://github.com/triggerdotdev/trigger.dev"` and select the relevant skills, then follow their instructions.