Sima-Malla
Community@Sima-Malla · Kalanki, Kathmandu
Full Stack Developer
Agent Skills by Sima-Malla
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 v7 driver adapters for custom database drivers.
prisma-client-api
Provides Prisma Client API reference for database queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via CLI, Console, and Management API.
prisma-postgres-setup
Provisions Prisma Postgres databases via the Management API and connects them to local projects.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration decisions 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 Sima-Malla
FAQPage SchemaWhat tasks can I accomplish using Sima-Malla's Prisma skills?▼
You can migrate Prisma ORM v6 projects to v7, implement SqlDriverAdapter transaction interfaces, write Prisma Client queries with filters and $transaction, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy Prisma Compute apps across frameworks like Hono, Next.js, and Astro.
Who are these Prisma skills designed for?▼
They target full-stack and backend engineers working with Prisma ORM v7, database engineers implementing custom driver adapters, and developers provisioning Prisma Postgres or deploying Prisma Compute applications. Familiarity with Prisma schema, migrations, and TypeScript-based database clients is assumed.
How do I handle a MongoDB project when upgrading to Prisma 7?▼
MongoDB projects on Prisma v6 have no direct upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision guide for evaluating whether to stay on v6 or move to Prisma Next, triggered when provider = "mongodb" appears in an upgrade request.
Are these Prisma skills free to use?▼
Yes. All nine skills are released under the MIT license, permitting free use, modification, and redistribution. 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 to use these skills?▼
You need an existing or new Prisma project, the Prisma CLI for init/generate/migrate/studio commands, and for Compute deployments a PRISMA_SERVICE_TOKEN with workspace auth. Prisma Postgres provisioning requires Management API access via service tokens or OAuth.