prisma-cli
Comprehensive reference for Prisma CLI 7.x commands, covering migrations, schema generation, and database management.
Install
npx skills add https://github.com/prisma/skills --skill prisma-cliStats
| Total installs | 2,717 |
| Weekly installs | 2.7K |
| GitHub stars | 27 |
| First seen | Feb 4, 2026 |
| Source | @prisma/skills |
Summary
- Covers 20+ commands organized by priority: setup (init), generation (generate), development (dev), database operations (db pull/push/seed/execute), and migrations (migrate dev/deploy/reset/status/diff/resolve)
- Includes Prisma 7.x changes: new prisma.config.ts configuration file, removed flags (--skip-generate, --skip-seed, --schema, --url), and explicit environment variable loading via dotenv
- Supports local Prisma Postgres development (prisma dev), schema introspection (db pull), direct schema application (db push), and database seeding
- Provides Bun runtime support with --bun flag and utility commands for schema validation, formatting, and Prisma Studio access
Tags
Related skills
| Skill | Installs | vs prisma-cli |
|---|---|---|
| langchain-rag | 2,643 | -74 |
| multi-cloud-architecture | 3,483 | +766 |
| firebase-firestore-standard | 2,877 | +160 |
| mem | 2,219 | -498 |
| deep-agents-memory | 3,259 | +542 |
FAQ
- How many installs does prisma-cli have?
- prisma-cli has 2,717 total installs and 2.7K installs this week.
- Where is prisma-cli hosted?
- prisma-cli is published by @prisma/skills at https://github.com/prisma/skills.
- How many GitHub stars does prisma-cli have?
- prisma-cli has 27 GitHub stars.
- When was prisma-cli first indexed?
- OrangeBot.AI first indexed prisma-cli on Feb 4, 2026.
- How do I install prisma-cli?
- Run: npx skills add https://github.com/prisma/skills --skill prisma-cli