8ReTid8
Community@8ReTid8
8ReTid8 maintains nine MIT-licensed Prisma ORM skills covering v7 migration, driver adapters, Client queries, Postgres provisioning, and Compute deployment.
Agent Skills by 8ReTid8
Showing 9 vetted skills indexed across 1 GitHub repositories.
prisma-upgrade-v7
Migrates Prisma ORM projects from v6 to v7 across schema, adapters, and configuration.
prisma-cli
Reference Prisma ORM CLI commands for migrations, client generation, and database workflows.
prisma-driver-adapter-implementation
Implements Prisma ORM 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 Console, create-db CLI, 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 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 8ReTid8
FAQPage SchemaWhat tasks can I accomplish using 8ReTid8'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 providers, and deploy Prisma Compute apps.
Who should use these Prisma skills?▼
Backend and full-stack engineers working with Prisma ORM, database engineers implementing SqlDriverAdapter or Transaction interfaces, and developers deploying Prisma Compute apps on frameworks like Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, or Nest.
How do I handle a MongoDB project when upgrading to Prisma 7?▼
MongoDB projects on Prisma v6 have no upgrade path to v7. The prisma-mongodb-upgrade skill provides a decision and migration guide for evaluating alternatives, including moving to Prisma Next, when provider = "mongodb" blocks a standard v7 upgrade.
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 are needed for Prisma Postgres provisioning?▼
Provisioning uses the Prisma Console, create-db/create-pg/create-postgres CLI commands, or the Management API and its SDK. Programmatic provisioning requires service tokens or OAuth credentials, after which you receive a connection string to link your local project.