Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".
$npx -y skills add prisma/prisma-plugin --skill prisma-database-setupInstalls into the current project.
Run `npx skills use "https://github.com/prisma/prisma-plugin" --skill "prisma/prisma-plugin/prisma-database-setup"` 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/prisma/prisma-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/prisma/prisma-plugin"` and select the relevant skills, then follow their instructions.