prisma-cli

Document Prisma CLI commands for init, generate, dev, db, migrate, studio, and mcp.

51|4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/prisma/skills --skill prisma-cli-prisma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-cli
Source: https://github.com/prisma/skills/tree/main/prisma-cli
Command: npx skills add https://github.com/prisma/skills --skill prisma-cli-prisma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prisma CLI command references and usage patterns for Prisma tooling, covering setup, client generation, migrations, database operations, and development workflows.

Core Features & Use Cases

  • Comprehensive command reference for init, generate, dev, db, migrate, studio, and mcp.
  • Real-world scenarios showing how to apply CLI commands across projects and environments.
  • Clear examples and guidelines to reduce trial-and-error when working with Prisma tooling.

Quick Start

Use this skill to quickly look up Prisma CLI usage and run examples for common tasks.

Frequently Asked Questions about prisma-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use Prisma CLI commands for database migrations and setup?

Use Prisma CLI commands like init, migrate, and db to set up your database schema and manage migrations. This reference provides categorized sections and concrete examples for accurate usage across development workflows.

What is the correct command to generate the Prisma Client?

To generate the Prisma Client, run the prisma generate command. This reference covers the generate command alongside other tooling workflows to reduce trial-and-error when working with Prisma.

Can I use Prisma Studio to view and edit my database data?

Yes, Prisma Studio is accessible via the Prisma CLI to visually inspect and manage your database records. The command reference includes studio within its comprehensive scope of database operations and tooling.

What is the best way to look up options for the prisma dev command?

The best way to find options for the prisma dev command is consulting a structured CLI reference. This skill provides a definitive command reference with real-world scenarios showing how to apply CLI commands across projects.

Does this Prisma command reference cover the MCP tooling workflows?

Yes, the reference covers mcp alongside init, generate, dev, db, migrate, and studio. It ensures compatibility with official docs to provide accurate usage guidelines for all Prisma CLI releases.