prisma-cli-format
Installation
SKILL.md
prisma format
Formats your Prisma schema file.
Command
prisma format [options]
What It Does
- Fixes formatting (indentation, spacing)
- Adds missing back-relations (e.g., adds the other side of a relation)
- Adds missing relation arguments (e.g.,
fields,references) - Sorts fields and attributes (opinionated)
Options
Related skills
More from prisma/cursor-plugin
prisma-database-setup-postgresql
PostgreSQL Setup. Reference when using this Prisma feature.
14prisma-client-api-model-queries
Model Queries. Reference when using this Prisma feature.
10prisma-upgrade-v7-driver-adapters
Driver Adapters. Reference when using this Prisma feature.
10prisma-cli-dev
prisma dev. Reference when using this Prisma feature.
9prisma-cli-debug
prisma debug. Reference when using this Prisma feature.
8prisma-client-api-filters
Filter Conditions and Operators
8