AI AGENT ADDONS

Prisma Cli

prisma/skills
Databases
15,209installs

Prisma CLI is a tool for working with databases. You can use commands like init, generate, and migrate to manage your project. This skill gives you a reference for the most common Prisma CLI commands.

Use these commands to set up a new database project, create and apply schema changes, and generate the Prisma Client. You can also start a local development database with prisma dev and debug issues with prisma debug.

This skill is for database ORM workflows only. For Prisma Compute app deployment, use the prisma-compute skill instead.

Add Prisma Cli skill to your workflow

Global

mkdir -p ~/.claude/skills/prisma-cli

Project

mkdir -p .claude/skills/prisma-cli

Source Repository

Stars
42
Forks
3
Watchers
42
License
MIT
Last Push
1 month ago
Created
6 months ago