Manab Debnath
Community@manab-debnath · Howrah, West Bengal
Passionate about coding and learning new technologies. Exploring the world of Android Development as a 2nd year Computer Science student.
Agent Skills by Manab Debnath
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 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 decisions to Prisma Next.
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 Manab Debnath
FAQPage SchemaWhat tasks can I accomplish with these Prisma skills?▼
You can migrate Prisma 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 are these Prisma skills designed for?▼
Backend and full-stack TypeScript developers working with Prisma ORM 7, including engineers upgrading from v6, teams implementing custom database driver adapters, and developers deploying Hono, Next.js, Nuxt, Svelte, or Nest applications to Prisma Compute or Prisma Postgres.
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 whether to stay on v6 or move to Prisma Next for MongoDB support.
What license and cost apply to these skills?▼
All nine skills are released under the MIT open-source license at no cost. They are authored by Prisma, with versions ranging from 0.1.0 to 7.9.1, and can be freely used, modified, and redistributed under MIT terms.
What prerequisites are needed to use these skills?▼
You need an existing or new Prisma ORM project, with v6 installed for migration scenarios. Prisma Postgres provisioning requires the Management API with service tokens or OAuth, and Prisma Compute deployment requires a PRISMA_SERVICE_TOKEN and a supported framework such as Hono, Next.js, or Astro.