database-setup

Provides guidance for configuring Prisma CloudShell deployments and resolving common errors.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dogespartano-cyber/tokenmilagre-platform --skill database-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-setup
Source: https://github.com/dogespartano-cyber/tokenmilagre-platform/tree/main/tokenmilagre-platform/.claude/skills/database-setup
Command: npx skills add https://github.com/dogespartano-cyber/tokenmilagre-platform --skill database-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

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.