prisma-cli
π―Skillfrom prisma/skills
Provides comprehensive reference and guidance for executing Prisma CLI commands, covering project setup, database management, migrations, and client generation.
Overview
Prisma CLI is an official skill from Prisma that provides a complete reference for all Prisma CLI commands in version 7.x. It covers project setup, client generation, database operations, migrations, and development tools, serving as authoritative guidance for AI coding assistants working with Prisma ORM.
Key Features
- Complete CLI Reference - Covers all Prisma CLI commands including init, generate, validate, format, migrate, db operations, studio, and debug
- Local Development Database - Documents the
prisma devcommand for local Prisma Postgres instances with start, stop, list, and remove operations - Migration Management - Provides guidance for the full migration lifecycle including dev, deploy, reset, status, diff, and resolve commands
- AI-Powered Schema Init - Documents the
--promptflag for AI-generated schema initialization based on natural language descriptions - Bun Runtime Support - Includes specific guidance for using Prisma with the Bun runtime, requiring the
--bunflag for proper execution
Who is this for?
This skill is designed for developers using Prisma ORM who want their AI coding assistant to have accurate, up-to-date knowledge of all Prisma CLI commands and options. It is ideal for teams working with PostgreSQL, MySQL, or SQLite through Prisma who need reliable guidance on migrations, client generation, and database operations.
Same repository
prisma/skills(6 items)
Installation
npx vibeindex add prisma/skills --skill prisma-clinpx skills add prisma/skills --skill prisma-cli~/.claude/skills/prisma-cli/SKILL.mdSKILL.md
More from this repository5
Configures Prisma ORM database connections across PostgreSQL, MySQL, SQLite, and other providers with comprehensive setup guides.
Generates comprehensive Prisma Client API references for database queries, CRUD operations, filtering, relations, and client configuration in TypeScript.
Skill for Prisma Postgres setup and operations, covering Console workflows, the create-db CLI for instant database provisioning, Management API with service tokens and OAuth, and the @prisma/management-api-sdk for programmatic access.
Official Prisma skill providing a complete migration guide from Prisma ORM v6 to v7, covering ESM-only support, required driver adapters, new configuration system, and all breaking changes
Official Prisma skill for implementing driver adapters, part of the Prisma ORM agent skills collection for AI coding assistants.