npx skills add https://github.com/prisma/skills --skill prisma-postgresقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
A collection of skills for AI coding agents working with Prisma ORM. Skills are packaged instructions that extend agent capabilities for database development.
Skills follow the Agent Skills format and are compatible with npx skills add.
Complete reference for current Prisma CLI commands.
Use when:
prisma init)Commands covered:
init, generate, dev (local Prisma Postgres)migrate dev, migrate deploy, migrate resetdb push, db pull, db seed, db executestudio, mcpStep-by-step migration guide from Prisma v6 to v7, covering all breaking changes.
Use when:
Topics covered:
prisma.config.ts fileclient, browser, models, enums)Prisma.validator to satisfies migrationComprehensive Prisma Client API reference.
Use when:
Topics covered:
Implementation guide for Prisma SQL driver adapter development.
Use when:
SqlDriverAdapter or Transaction behaviorTopics covered:
SqlQuery argument mapping and SqlResultSet mappingColumnTypeEnum mapping strategyDriverAdapterError / MappedErrorGuides for configuring Prisma with different database providers.
Use when:
Databases covered:
Prisma Postgres workflows across Console, create-db, Management API, and SDK integrations.
Use when:
npx create-db@prisma/management-api-sdkWorkflows covered:
npx create-db@latestnpx create-db@latest create --helpnpx create-db@latest regions --helpcreate-db usage (create() and regions())https://console.prisma.io)https://api.prisma.io/v1)@prisma/management-api-sdk)Install all skills:
npx skills add prisma/skills
Or install specific skills:
npx skills add prisma/skills --skill prisma-cli
npx skills add prisma/skills --skill prisma-upgrade-v7
npx skills add prisma/skills --skill prisma-client-api
npx skills add prisma/skills --skill prisma-driver-adapter-implementation
npx skills add prisma/skills --skill prisma-database-setup
npx skills add prisma/skills --skill prisma-postgres
List available skills:
npx skills add prisma/skills --list
List installed skills:
npx skills list
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Help me run Prisma migrations in production
Upgrade my project from Prisma 6 to Prisma 7
How do I use transactions in Prisma?
Each skill contains:
SKILL.md - Main instructions with YAML frontmatter (name, description, metadata)references/ (optional) - Individual reference files with detailed explanations and code examplesThese skills target Prisma ORM 7.6.x.
If you're upgrading from Prisma 6, use the prisma-upgrade-v7 skill for migration-specific guidance.
See AGENTS.md for guidelines on creating and modifying skills.
MIT