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
Installs
7
GitHub Stars
8
First Seen
Mar 18, 2026