Muhammed Rashid P P
Community@Rashidrxq · Kozhikode
Hi, I'm Muhammed Rashid P P 👋 I’m a Frontend Developer passionate about building clean, responsive, and user-focused web applications.
Agent Skills by Muhammed Rashid P P
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 project setup, client generation, migrations, 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 queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via CLI, Console, 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 and cutover to Prisma Next.
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 Muhammed Rashid P P
FAQPage SchemaWhat tasks can I accomplish using Rashidrxq'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 via Prisma Compute.
Who are these Prisma skills designed for?▼
They target backend and full-stack developers working with Prisma ORM, database engineers implementing or modifying SqlDriverAdapter behavior and transaction lifecycles, and teams deploying Prisma apps on frameworks like Next.js, Hono, Nuxt, Svelte, Nest, or Turborepo through Prisma Compute.
How do I handle a Prisma v6 MongoDB project that cannot upgrade to v7?▼
The prisma-mongodb-upgrade skill provides a decision and migration guide for this exact case. Since MongoDB projects on v6 have no upgrade path to v7, it triggers on upgrade requests with provider = "mongodb" and walks you through evaluating a move to Prisma Next instead.
Are these Prisma skills free to use and what license applies?▼
Yes, all nine skills are released under the MIT license, permitting free use, modification, and distribution. They are authored by Prisma with versions ranging from 0.1.0 to 7.9.1, and carry no cost or usage restrictions beyond standard MIT terms.
What prerequisites are needed to use the Prisma Postgres setup skills?▼
You need a local project to connect and access to Prisma Postgres via the Console, create-db/create-pg CLI, or Management API. Programmatic provisioning requires service tokens or OAuth credentials, and the skills guide you through obtaining a connection string and linking your app.