Yusuf Çil avatar

Yusuf Çil

Community

@ysfcl · Bursa

10Followers
|
21Public Repos
|
9Published Skills

Computer Engineering Student | C# | Embedded Systems | Backend

Skills Distribution
DomainData Systems...ORM Migration & Ve.. (30%)Database Provision.. (25%)Query & Client API.. (20%)Driver Adapter Imp.. (15%)

Agent Skills by Yusuf Çil

Showing 9 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Yusuf Çil

FAQPage Schema
What 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.