Midhat Ratib Khan
Community@son1cleo
Life is all about effort
Agent Skills by Midhat Ratib Khan
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrate Prisma ORM projects from v6 to v7 across generators, adapters, and config.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database management.
prisma-driver-adapter-implementation
Implements Prisma v7 driver adapters for custom database drivers with transaction and error contracts.
prisma-client-api
Provides Prisma Client API reference for database queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via Console, create-db CLI, and Management API.
prisma-postgres-setup
Provision a Prisma Postgres database via the Management API and connect it to a local project.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration to Prisma Next or staying on v6.
prisma-compute
Deploy TypeScript apps to 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 Midhat Ratib Khan
FAQPage SchemaWhat tasks can I accomplish using son1cleo's Prisma skills?βΌ
You can migrate Prisma ORM from v6 to v7, run CLI commands like init, generate, migrate, and studio, write Client queries with filters and transactions, provision Prisma Postgres databases, implement driver adapters, evaluate MongoDB upgrade paths, and deploy Prisma Compute apps.
Who should use these Prisma skills?βΌ
Backend engineers and database developers working with Prisma ORM v6 or v7, teams provisioning Prisma Postgres, developers implementing custom SqlDriverAdapter or Transaction interfaces, and engineers deploying Node.js frameworks like Hono, Next.js, or Nest to Prisma Compute.
How do I set up a Prisma Postgres database with these skills?βΌ
Use the prisma-postgres-setup skill to create a database via the Management API, create-db CLI, or Console, then retrieve a connection string and connect your local project. Programmatic provisioning supports service tokens or OAuth authentication.
Are these Prisma skills free to use?βΌ
Yes. All nine skills are released under the MIT license, authored by Prisma and Tyler Benfield, permitting free use, modification, and redistribution in personal or commercial projects.
Can MongoDB projects upgrade to Prisma 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.