Maintains Prisma 7 client and schema alignment.

Install

mkdir -p .claude/skills/prisma-v7 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13562" && unzip -o skill.zip -d .claude/skills/prisma-v7 && rm skill.zip

Installs to .claude/skills/prisma-v7

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

`web/`의 Prisma 7 설정과 generated client import 규칙을 맞추기 위한 스킬이다. 스키마 변경, migration, import 패턴 정리, Prisma 타입 사용 시 적용한다.
115 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Modify `web/prisma/schema.prisma`.
  • Add or inspect database migrations.
  • Organize `@/generated/prisma/*` import paths.
  • Adjust the usage location of enum, model type, or `PrismaClient`.
  • Ensure consistency between schema, generated client, and import paths.

How it works

This skill ensures safe application of Prisma 7 changes by verifying the `schema.prisma` and generated client, then adjusting import paths and type usage according to defined rules.

Inputs & outputs

You give it
A request to modify Prisma schema, manage migrations, or adjust Prisma-related import paths or types.
You get back
An updated Prisma 7 configuration, schema, and consistent import paths in `web/`.

When to use prisma-v7

  • Updating Prisma schema
  • Running database migrations
  • Fixing Prisma import paths

About prisma-v7

Ensures generated client imports, schema definitions, and migration files are consistent. Standardizes import patterns for backend services.

`web/`의 Prisma 7 설정과 generated client import 규칙을 맞추기 위한 스킬이다. 스키마 변경, migration, import 패턴 정리, Prisma 타입 사용 시 적용한다.

When not to use it

  • When the task is not related to Prisma 7 configuration or generated client import rules in `web/`.
  • When the task involves directly importing `@prisma/client` in new code.

Limitations

  • This skill is specific to Prisma 7 configuration and generated client import rules in `web/`.
  • It prioritizes the current generated client structure for Prisma imports.
  • It requires checking `pnpm db:validate`, `pnpm db:generate`, and `pnpm check-all` after schema changes.

How it compares

This skill prevents inconsistencies between the Prisma schema, generated client, and import paths by enforcing specific rules and verification steps, unlike ad-hoc modifications that might break the build.

Compared to similar skills

prisma-v7 side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
prisma-v7 (this skill)03moNo flagsIntermediate
database-migration32moNo flagsAdvanced
create-migration14moNo flagsBeginner
agentdb-advanced-features79moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

database-migration

wshobson

Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.

324

create-migration

owid

Create a new database migration file for the OWID MySQL database. Use when the user needs to create a database schema change or migration.

13

agentdb-advanced-features

ruvnet

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

798

senior-backend

davila7

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.

1446

redis-inspect

civitai

Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.

646

prisma-connection-pool-exhaustion

blader

Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production serverless, (4) Intermittent database timeouts under load.

14

Search skills

Search the agent skills registry