Bruno
Community@Soares-B
Studying Software Engineering | HTML, CSS, JS
Agent Skills by Bruno
Showing 10 vetted skills indexed across 1 GitHub repositories.
prisma-composer
Build, test, and deploy Prisma Composer apps with typed services and modules.
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
Provisions and manages 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 Bruno
FAQPage SchemaWhat tasks can I accomplish with Soares-B's Prisma skills?▼
You can write Prisma Client queries with filters and transactions, run CLI commands like init, generate, migrate, and studio, configure PostgreSQL, MySQL, SQLite, or MongoDB providers, provision Prisma Postgres databases, implement SQL driver adapters, and deploy apps to Prisma Compute.
Who are these Prisma skills designed for?▼
Backend and full-stack engineers working with Prisma ORM v7, especially developers upgrading from v6, implementing custom database driver adapters, wiring service dependencies with Prisma Composer, or deploying Hono, Next.js, Nuxt, Svelte, or Nest applications to Prisma Compute.
How do I migrate from Prisma v6 to v7 using these skills?▼
The prisma-upgrade-v7 skill covers all breaking changes including the prisma-client generator and mandatory driver adapters. MongoDB projects have no v7 upgrade path; the prisma-mongodb-upgrade skill guides evaluating a move to Prisma Next instead.
Are these Prisma skills free to use?▼
Yes. Nine of the ten skills carry an MIT license authored by Prisma, permitting free use, modification, and redistribution. The prisma-composer skill lists no explicit license but references the published @prisma/composer npm package version 0.16.0.
What prerequisites do these Prisma skills require?▼
Skills assume a Node.js project using Prisma ORM v7.9.1 or related packages like @prisma/composer 0.16.0. Postgres provisioning may require service tokens or OAuth credentials, and Prisma Compute deployments need a PRISMA_SERVICE_TOKEN and workspace access.