Rithika135
Community@Rithika135
Rithika135 publishes Prisma ORM v7 skills covering migrations, client queries, driver adapters, Prisma Postgres provisioning, and Compute deployment.
Agent Skills by Rithika135
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
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 and cutover 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.
Frequently Asked Questions About Rithika135
FAQPage SchemaWhat tasks can I accomplish using Rithika135'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, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, implement SQL driver adapters, and deploy apps via Prisma Compute.
Who are these Prisma skills designed for?▼
Backend and full-stack engineers working with Prisma ORM, including developers upgrading from v6 to v7, teams provisioning managed Postgres databases, adapter implementers extending database driver support, and developers deploying Hono, Next.js, Nuxt, or similar framework apps to Prisma Compute.
How do I handle a MongoDB project when upgrading to Prisma 7?▼
The prisma-mongodb-upgrade skill explains that Prisma ORM v6 MongoDB projects have no direct upgrade path to v7. It provides decision guidance for evaluating a move to Prisma Next instead, triggering when a project with provider = "mongodb" asks about upgrading Prisma.
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 ranging from 0.1.0 to 7.9.1 depending on the skill.
What prerequisites do these Prisma skills assume?▼
Skills assume an existing Prisma ORM project or intent to create one. Provisioning skills reference service tokens or OAuth for the Management API, Compute deployment uses PRISMA_SERVICE_TOKEN and workspace auth, and v7 migration requires adopting driver adapters and the new prisma-client generator.