IsuruUdara-dev
Community@iukumarasiri-dev
IsuruUdara-dev maintains nine MIT-licensed Prisma ORM skills covering v7 migration, client queries, driver adapters, Postgres provisioning, and Compute deployment.
Agent Skills by IsuruUdara-dev
Showing 4 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across all breaking changes.
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-database-setup
Configure Prisma ORM with PostgreSQL, MySQL, SQLite, MongoDB, and other database providers.
Frequently Asked Questions About IsuruUdara-dev
FAQPage SchemaWhat tasks can I accomplish using IsuruUdara-dev's Prisma skills?▼
You can migrate Prisma ORM v6 projects to v7, run CLI commands like init, generate, migrate, and studio, write Client API queries with filters and transactions, implement driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB providers, and deploy Prisma Compute apps.
Who are these Prisma skills designed for?▼
Backend and full-stack engineers working with Prisma ORM, database developers implementing SqlDriverAdapter or Transaction interfaces, and teams deploying Prisma Compute applications on frameworks like Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, or Nest.
How do the Prisma v7 upgrade skills handle MongoDB projects?▼
The prisma-mongodb-upgrade skill explains that MongoDB projects on Prisma v6 have no upgrade path to v7. It provides a decision and migration guide for evaluating a move to Prisma Next when provider = "mongodb" is detected in the project schema.
What licensing applies to these Prisma skills?▼
All nine skills are released under the MIT license, making them free to use, modify, and redistribute. They are authored by Prisma and Tyler Benfield, with versions ranging from 0.1.0 to 7.7.0 aligned to Prisma ORM v7 releases.
What prerequisites are needed for Prisma Postgres provisioning?▼
Provisioning via the Management API requires service tokens or OAuth credentials. The prisma-postgres-setup skill guides creating a database, generating a connection string, and connecting a local project, while prisma-compute requires PRISMA_SERVICE_TOKEN and workspace authentication for deployments.