Aditya Singh
Community@singhaditya73
Building across Web and AI/ML
Agent Skills by Aditya Singh
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across all breaking changes.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database workflows.
prisma-driver-adapter-implementation
Implements Prisma ORM 7 SQL driver adapters with transaction, savepoint, and error-mapping contracts.
prisma-client-api
Provides Prisma Client API reference for model 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 to Prisma Next or deliberate v6 retention.
prisma-compute
Deploy and manage TypeScript applications on Prisma Compute using the Prisma Platform CLI.
prisma-database-setup
Configures Prisma ORM with PostgreSQL, MySQL, SQLite, MongoDB, and other database providers.
Frequently Asked Questions About Aditya Singh
FAQPage SchemaWhat 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.