Adopt Prisma Next into a new project, onto an existing database, or as the first move after a bootstrap tool dropped you into a scaffold. Use for "what can I do with Prisma Next", "what can I do next with Prisma", "where do I start", "what should I do first", "just ran createprisma", "createprisma", "npx createprisma", "npx create-prisma", "first steps", "first query", "I have a scaffolded Prisma Next project what now"; for pnpm dlx prisma-next init greenfield setup; and for prisma-next contract infer + db sign against an existing database. Also covers the connect-write-read first-arc orientation, the day-to-day commands (contract emit, db init, db update, migration plan, migrate, db schema, db verify), and routing to prisma-next-contract / prisma-next-queries / prisma-next-runtime for the next move. Flags: --target, --authoring, --schema-path, --probe-db, --output.
$npx -y skills add prisma/prisma-next --skill prisma-next-quickstartInstalls into the current project.
Run `npx skills use "https://github.com/prisma/prisma-next" --skill "prisma/prisma-next/prisma-next-quickstart"` 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-next" that are relevant to the current task. Run `npx skills add "https://github.com/prisma/prisma-next"` and select the relevant skills, then follow their instructions.