Yusuf Çil
Community@ysfcl · Bursa
Computer Engineering Student | C# | Embedded Systems | Backend
Agent Skills by Yusuf Çil
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 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 TypeScript applications to 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 Yusuf Çil
FAQPage SchemaWhat tasks can I accomplish using ysfcl's Prisma skills?▼
You can migrate Prisma ORM v6 projects to v7, implement SqlDriverAdapter and Transaction interfaces, write Prisma Client queries with filters and $transaction, provision Prisma Postgres databases, configure PostgreSQL/MySQL/SQLite/MongoDB providers, and deploy Prisma Compute apps across frameworks like Hono, Next.js, and Nest.
Who are these Prisma skills designed for?▼
Backend engineers and database developers working with Prisma ORM, especially those upgrading to v7, building custom database driver adapters, provisioning managed Postgres, or deploying Prisma Compute applications. The registry author is a computer engineering student focused on C#, embedded systems, and backend development.
How do the Prisma v7 upgrade and MongoDB skills work together?▼
The prisma-upgrade-v7 skill guides standard v6-to-v7 migrations covering breaking changes, while prisma-mongodb-upgrade handles the special case where MongoDB projects on v6 have no v7 upgrade path, offering a decision guide for evaluating a move to Prisma Next instead.
What licensing and cost applies 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 aligned to Prisma ORM v7 releases.
What prerequisites do the Prisma Postgres and Compute skills require?▼
Prisma Postgres setup uses the Management API with service tokens or OAuth for programmatic provisioning via create-db, create-pg, or create-postgres. Prisma Compute deployment requires @prisma/cli, a PRISMA_SERVICE_TOKEN, workspace auth, and a prisma.compute.ts file using defineComputeConfig.