The Primotion Studio (Prime)
Community@PrimotionStudio
Programming by the First Principle
Agent Skills by The Primotion Studio (Prime)
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across generators, adapters, and configuration.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database management.
prisma-driver-adapter-implementation
Implements Prisma ORM v7 driver adapters for custom database drivers.
prisma-client-api
Provides Prisma Client API reference for queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via CLI, Console, and Management API.
prisma-postgres-setup
Provisions a Prisma Postgres database via the Management API and connects it to a local project.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration decisions and cutover to Prisma Next.
prisma-compute
Deploy and manage TypeScript apps on Prisma Compute using the Prisma Platform CLI.
prisma-database-setup
Configure Prisma ORM with PostgreSQL, MySQL, SQLite, MongoDB, and other database providers.
Frequently Asked Questions About The Primotion Studio (Prime)
FAQPage SchemaWhat tasks can I accomplish with The Primotion Studio's Prisma skills?โผ
You can migrate Prisma v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Client API queries with filters and transactions, implement driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy Prisma Compute apps.
Who should use these Prisma skills?โผ
Backend and full-stack engineers working with Prisma ORM, especially developers upgrading to v7, implementing custom SqlDriverAdapter or Transaction interfaces, provisioning managed Postgres, or deploying apps on frameworks like Hono, Elysia, Next.js, Astro, Svelte, Nest, or Turborepo.
How do the Prisma v7 upgrade skills work in practice?โผ
The prisma-upgrade-v7 skill triggers on phrases like 'upgrade to prisma 7' and walks through all breaking changes including the prisma-client generator and driver adapter requirement. MongoDB projects are routed to prisma-mongodb-upgrade, which explains there is no v7 path and evaluates Prisma Next instead.
Are these Prisma skills free to use?โผ
Yes. All nine skills are released under the MIT license, permitting free use, modification, and redistribution. They are published by The Primotion Studio with versions aligned to Prisma 7.6.0 and 7.7.0 releases.
What prerequisites do the Prisma Postgres and Compute skills require?โผ
Prisma Postgres setup uses the create-db CLI or Management API with service tokens or OAuth for programmatic provisioning. Prisma Compute deployment requires @prisma/cli, a PRISMA_SERVICE_TOKEN, workspace auth, and a prisma.compute.ts config with defineComputeConfig.