akhand avatar

akhand

Community

@Akhand0ps · Earth

9Followers
|
39Public Repos
|
9Published Skills

CODING

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

Agent Skills by akhand

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About akhand

FAQPage Schema
What tasks can I accomplish using Akhand0ps's Prisma skills?

You can migrate Prisma ORM v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Client queries with filters and transactions, implement SQL driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy apps via Prisma Compute.

Who should use these Prisma skills?

Backend and full-stack engineers working with Prisma ORM, especially those upgrading to v7, building custom database driver adapters, provisioning managed Postgres, or deploying Hono, Next.js, Nuxt, Svelte, Nest, or Turborepo applications through Prisma Compute.

How do I handle a Prisma v6 MongoDB project that cannot upgrade to v7?

The prisma-mongodb-upgrade skill provides a decision guide for this exact case. Since MongoDB projects on v6 have no v7 upgrade path, it walks you through evaluating alternatives, including assessing a migration to Prisma Next, triggered by queries like 'upgrade prisma mongodb'.

Are these Prisma skills free to use?

Yes. All nine skills in the registry are published under the MIT open-source license, permitting free use, modification, and redistribution. They are reference and migration guides authored under the prisma metadata namespace with no stated cost.

What prerequisites do these Prisma skills assume?

Skills assume an existing Prisma ORM project or intent to create one. Provisioning skills reference service tokens or OAuth for the Management API, Compute deployment uses PRISMA_SERVICE_TOKEN and @prisma/cli, and adapter work requires familiarity with SqlDriverAdapter, transactions, and savepoints.