Agent Skills by akhand
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 ORM 7 SQL driver adapters with transaction, savepoint, and error-mapping 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 Prisma Postgres databases via the Management API and connects them to local projects.
prisma-mongodb-upgrade
Guides Prisma v6 MongoDB projects through migration decisions and cutover 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 akhand
FAQPage SchemaWhat tasks can I accomplish using Akhand0ps'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 connections, and deploy apps via Prisma Compute.
Who should use these Prisma skills?▼
Backend and full-stack engineers working with Prisma ORM, especially those upgrading to v7, building custom database driver adapters, provisioning managed Postgres, or deploying Hono, Next.js, Nuxt, Svelte, Nest, or Turborepo applications 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 guide for this exact case. Since MongoDB projects on v6 have no v7 upgrade path, it walks you through evaluating alternatives, including assessing a migration to Prisma Next, triggered by queries like 'upgrade prisma mongodb'.
Are these Prisma skills free to use?▼
Yes. All nine skills in the registry are published under the MIT open-source license, permitting free use, modification, and redistribution. They are reference and migration guides authored under the prisma metadata namespace with no stated cost.
What prerequisites do these Prisma skills assume?▼
Skills assume an existing Prisma ORM project or intent to create one. Provisioning skills reference service tokens or OAuth for the Management API, Compute deployment uses PRISMA_SERVICE_TOKEN and @prisma/cli, and adapter work requires familiarity with SqlDriverAdapter, transactions, and savepoints.