database-schema
CommunityMaster PostgreSQL with Prisma, effortlessly.
AuthorTheKeithStewart
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies database schema management, migrations, and querying for PostgreSQL projects using Prisma ORM. It ensures correct configuration and adherence to project-specific patterns, preventing common errors and accelerating development.
Core Features & Use Cases
- Schema Modification & Migrations: Safely add, modify, or remove database tables and fields with guided Prisma migrations, using helper scripts for correct schema paths.
- Prisma ORM Operations: Write efficient and type-safe database queries using project-specific Prisma client imports and patterns like upserts and transactions.
- Database Maintenance: Easily generate the Prisma client, open Prisma Studio for GUI management, or reset the database with dedicated helper scripts.
- Use Case: Add a new
user_preferencestable to the database, create a migration, and generate the updated Prisma client, ensuring all operations follow the project's non-standard schema path and best practices.
Quick Start
Create a new Prisma migration named 'add_user_preferences_table' to add a new table to the database schema.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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-schema Download link: https://github.com/TheKeithStewart/claude-workflows/archive/main.zip#database-schema Please download this .zip file, extract it, and install it in the .claude/skills/ directory.