The Primotion Studio (Prime) avatar

The Primotion Studio (Prime)

Community

@PrimotionStudio

56Followers
|
127Public Repos
|
9Published Skills

Programming by the First Principle

Skills Distribution
DomainData Systems...ORM Migration & Ve.. (30%)Database Provision.. (25%)Query & Client API.. (20%)Driver Adapter Imp.. (15%)

Agent Skills by The Primotion Studio (Prime)

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About The Primotion Studio (Prime)

FAQPage Schema
What 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.