database-setup

Community

Master Prisma, PostgreSQL, and Next.js deployments.

Authordogespartano-cyber
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies complex database setup, Prisma ORM usage, and Next.js Server Component integration, ensuring smooth deployments and preventing common build errors. It automates the understanding of critical data access rules and migration processes.

Core Features & Use Cases

  • Prisma & PostgreSQL Management: Provides guidelines for correct Prisma Client usage, migrations, and database operations.
  • Next.js Server Components: Ensures optimal data fetching directly from the database, avoiding inefficient HTTP calls.
  • Vercel Deployment Checklist: Offers a clear checklist to prevent build failures related to database and Prisma setup.
  • Use Case: When a Vercel build fails with a "Module not found: Can't resolve './generated/prisma'" error, use this skill to guide you in ensuring the postinstall script is correctly configured in package.json.

Quick Start

Use the database-setup skill to understand why the Vercel build is failing with a Prisma client error and suggest the necessary package.json changes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: database-setup
Download link: https://github.com/dogespartano-cyber/tokenmilagre-platform/archive/main.zip#database-setup

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository