Jape
Community@jpmartirez
Jape maintains a Prisma ORM skill registry covering v7 migration, client queries, driver adapters, Postgres provisioning, and Compute deployment.
Agent Skills by Jape
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 management.
prisma-driver-adapter-implementation
Implements Prisma v7 driver adapters for custom database drivers with transaction and error contracts.
prisma-client-api
Provides Prisma Client API reference for database queries, filters, relations, and transactions.
prisma-postgres
Provision and manage Prisma Postgres databases via Console, create-db CLI, 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 to Prisma Next or staying on v6.
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 Jape
FAQPage SchemaWhat tasks can I accomplish using Jape'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, implement driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy Prisma Compute applications.
Who are these Prisma skills designed for?▼
Backend and full-stack engineers working with Prisma ORM, including developers upgrading to v7, adapter authors implementing SqlDriverAdapter or Transaction interfaces, and teams deploying Hono, Next.js, Nuxt, Svelte, or Nest applications on Prisma Compute.
How do I handle a MongoDB project when upgrading to Prisma 7?▼
The prisma-mongodb-upgrade skill explains that Prisma v6 MongoDB projects have no upgrade path to v7. It provides a decision guide for evaluating a move to Prisma Next, triggered when upgrading is requested in a project with provider = "mongodb".
What license and cost apply to these 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.
What prerequisites or dependencies do these skills require?▼
Skills assume an existing Prisma ORM project or a target database provider such as PostgreSQL, MySQL, SQLite, or MongoDB. Compute deployment requires @prisma/cli, a PRISMA_SERVICE_TOKEN, and a supported framework; Postgres provisioning may use service tokens or OAuth.