Analyzes and documents Prisma ORM configurations, schemas, and database relations to provide instant project context.
Prisma Schema Recon is a specialized tool designed to accelerate development in Prisma-based projects by performing deep architectural analysis. It automatically identifies schema locations, maps complex model relationships, extracts datasource configurations, and audits migration history. By caching these findings, the skill ensures Claude remains contextually aware of the database structure, enabling more accurate query generation and schema modification suggestions without repetitive manual scanning of files.
주요 기능
01Automated discovery of Prisma schema files and datasource configurations
02Audit of migration history and database environment setup
03Visual mapping of one-to-one, one-to-many, and many-to-many relations
04Detailed extraction of models, fields, enums, and indexing strategies
05Persistent caching for high-performance context-aware coding assistance
060 GitHub stars
사용 사례
01Verifying database consistency and migration status before making schema changes
02Onboarding to a new Prisma project to understand the data model quickly
03Providing architectural context for AI-driven query and mutation generation