Sahil Showket
Community@Sahil-Showket
Computer Science student | JavaScript, C++ | DSA • Web • Problem Solving
Agent Skills by Sahil Showket
Showing 10 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 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 Prisma Postgres databases via the Management API and connect them to local projects.
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
Configure Prisma ORM with PostgreSQL, MySQL, SQLite, MongoDB, and other database providers.
prisma-composer
Write, test, and deploy Prisma Composer apps with typed services and modules.
Frequently Asked Questions About Sahil Showket
FAQPage SchemaWhat tasks can I accomplish with Sahil Showket's 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, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, implement SQL driver adapters, and deploy apps via Prisma Compute or Composer.
Who should use these Prisma skills?▼
Backend and full-stack developers working with Prisma ORM, especially engineers upgrading to v7, database engineers implementing custom SqlDriverAdapter behavior with transactions and savepoints, and TypeScript developers building deployable services with Prisma Composer on frameworks like Next.js, Hono, or Nest.
How do I set up a Prisma Postgres database using these skills?▼
Use the prisma-postgres-setup skill to create a database through the Management API, obtain a connection string, and connect your local project. The prisma-postgres skill additionally covers Console operations, create-db/create-pg provisioning, and programmatic integration using service tokens or OAuth.
Are these Prisma skills free and open source?▼
Yes. All ten skills are published under the MIT license, permitting free use, modification, and redistribution. They are authored by Prisma with versions ranging from 0.1.0 to 7.9.1, and the Composer skill targets @prisma/composer library version 0.16.0.
Can I upgrade a MongoDB Prisma project to v7 with these skills?▼
No direct upgrade path exists. The prisma-mongodb-upgrade skill explains that Prisma ORM MongoDB projects on v6 cannot migrate to v7, and instead guides decision-making around evaluating a move to Prisma Next when provider = "mongodb" is detected.