Álvaro Garcia
Community@AlvaroCG123
Álvaro Garcia maintains nine MIT-licensed Prisma ORM skills covering v7 migration, CLI commands, Client API queries, driver adapters, Prisma Postgres provisioning, and Compute deployment.
Agent Skills by Álvaro Garcia
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 7 SQL driver adapters with transaction, savepoint, and error-mapping contracts.
prisma-client-api
Reference Prisma Client API for model 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 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 Álvaro Garcia
FAQPage SchemaWhat tasks can I accomplish using AlvaroCG123'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 SQL driver adapters, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB connections, and deploy apps to Prisma Compute.
Who are these Prisma skills designed for?▼
Backend and full-stack engineers working with Prisma ORM 7, including developers upgrading from v6, engineers implementing custom SqlDriverAdapter behavior with transactions and savepoints, and teams provisioning Prisma Postgres or deploying Hono, Next.js, Nuxt, Svelte, or Nest applications to Prisma Compute.
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 your options, including assessing a move to Prisma Next, when provider = "mongodb" appears in your schema.
What license and cost apply 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 cover versions including 7.6.0, 7.9.1, 1.1.0, 1.5.1, and 0.1.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 authentication, and the setup skill guides connecting the resulting connection string to your local project.