Aditya Singh avatar

Aditya Singh

Community

@singhaditya73

1Followers
|
45Public Repos
|
9Published Skills

Building across Web and AI/ML

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

Agent Skills by Aditya Singh

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Aditya Singh

FAQPage Schema
What tasks can I accomplish with Aditya Singh's Prisma skill set?โ–ผ

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 providers, and deploy apps to Prisma Compute.

Who should use these Prisma skills?โ–ผ

Backend and full-stack engineers working with Prisma ORM, database engineers implementing SqlDriverAdapter or transaction/savepoint behavior, and developers provisioning Prisma Postgres or deploying Hono, Next.js, Nuxt, Svelte, or Nest applications to Prisma Compute.

How do I handle a MongoDB project when upgrading to Prisma 7?โ–ผ

MongoDB projects on Prisma v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating whether to stay on v6 or move to Prisma Next when provider = "mongodb" is detected in your project.

Are these Prisma skills free to use?โ–ผ

Yes. All nine skills are published under the MIT open-source license, permitting free use, modification, and distribution. They are authored by Prisma and cover versions from 0.1.0 through 7.9.1 of the ORM ecosystem.

What prerequisites are needed for Prisma Postgres provisioning?โ–ผ

You need access to Prisma Console or the create-db/create-pg CLI, plus a service token or OAuth credentials for programmatic provisioning through the Management API. The skills then guide connection string retrieval and linking the database to your local project.