db-designer

Generate standard SQL or Prisma schemas from model names.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill db-designer-nhqvu2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-designer
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/db-designer
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill db-designer-nhqvu2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and data (resource) components.

What problem does it solve?

This Skill automates the creation of database schemas, saving developers time and ensuring consistency in database design for both SQL and Prisma ORM.

Core Features & Use Cases

  • SQL Schema Generation: Creates standard SQL CREATE TABLE statements for various common data models.
  • Prisma Schema Generation: Generates model definitions for Prisma, compatible with Node.js applications.
  • Use Case: Quickly scaffold the database structure for a new web application by generating User and Product models in Prisma format.

Quick Start

Use the db-designer skill to generate Prisma schema models for User and Product.

Frequently Asked Questions about db-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Prisma schema for common data models?

Generate a Prisma schema by providing model names, and the tool outputs model definitions for common patterns like authentication and e-commerce. It supports Node.js applications by creating compatible Prisma ORM model structures.

Can I automatically create SQL CREATE TABLE statements for multi-tenancy?

Yes, you can create SQL CREATE TABLE statements for multi-tenancy. The generator outputs standard SQL schema definitions based on provided model names to support common multi-tenant data patterns.

What is the best way to scaffold a database schema for a new web application?

The best way to scaffold a database schema is to specify your required model names, such as User and Product. The generator outputs standard SQL or Prisma definitions for common web application patterns.

Does this database schema generator support both SQL and ORM formats?

Yes, the database schema generator supports both standard SQL and Prisma ORM formats. It utilizes Python scripts to output schema definitions for either database format based on your requirements.

What common data patterns are available for SQL schema generation?

Available data patterns for SQL schema generation include authentication, multi-tenancy, e-commerce, content management, and billing. The generator outputs standard SQL CREATE TABLE statements for these common models.

How do I define Prisma models for content management and billing?

Define Prisma models for content management and billing by providing the relevant model names. The generator outputs Prisma model definitions supporting these common data patterns for your Node.js application.