Database Manager

Automate PostgreSQL database management and Prisma migrations for GenesisPod.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill database-manager-genesis-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Database Manager
Source: https://github.com/genesis-agents/GenesisPod/tree/main/.claude/skills/development/database-manager
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill database-manager-genesis-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage PostgreSQL databases, Prisma migrations, schema design, and data operations for GenesisPod to reduce drift and manual toil.

Core Features & Use Cases

  • Database schema design with Prisma and best practices
  • Migrations management and seeding for consistent environments
  • Observability and safe-rollbacks for production deployments

Quick Start

Initialize and apply Prisma migrations to align GenesisPod's PostgreSQL schema with the application.

Frequently Asked Questions about Database Manager

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

FAQPage Schema
How do I automate PostgreSQL schema migrations with Prisma?

You can standardize PostgreSQL database management and Prisma migrations by applying format, validate, migrate, and seed operations to reduce schema drift and manual toil.

What's the best way to manage seed data in PostgreSQL using Prisma?

Managing seed data in PostgreSQL using Prisma is handled through automated seeding operations that ensure consistent environments across development and production deployments.

Do I need Redis to run Prisma migrations for PostgreSQL?

Redis is required for sessions when running Prisma migrations for PostgreSQL. You also need Prisma 5.x, PostgreSQL 16, and a defined schema location to perform operations.

Can I perform safe rollbacks for production PostgreSQL database deployments?

Safe rollbacks for production PostgreSQL database deployments are supported through built-in observability features, ensuring controlled schema evolution and reliable data operations.

How does Prisma schema design work for PostgreSQL 16?

Prisma schema design for PostgreSQL 16 follows database best practices by standardizing data modeling and schema evolution within your Git-backed repository to maintain consistency.