Anant Kushwaha
Community@mousetailor
Prisma ORM v7 skill registry covering migrations, client queries, driver adapters, Prisma Postgres provisioning, and Compute deployment for database engineers.
Agent Skills by Anant Kushwaha
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrate Prisma ORM projects from v6 to v7 across all breaking changes.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database operations.
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 Console, create-db CLI, 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 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 Anant Kushwaha
FAQPage SchemaWhat tasks can I accomplish with mousetailor'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 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 custom SqlDriverAdapter behavior or savepoints, and developers deploying Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, Nest, or Turborepo applications to Prisma Compute.
Can I upgrade a Prisma MongoDB project to v7?▼
No. Prisma ORM MongoDB projects on v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating alternatives, including a potential move to Prisma Next, when provider = "mongodb" blocks the standard v7 migration.
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 reference and migration guides authored for Prisma ORM version 7.x, with no licensing cost or usage restrictions beyond standard MIT terms.
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.