Database Management

Manage SQLite schema migrations and data integrity with Prisma ORM.

11|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/SSujitX/docklift --skill database-management-ssujitx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Database Management
Source: https://github.com/SSujitX/docklift/tree/main/.agent/skills/database_management
Command: npx skills add https://github.com/SSujitX/docklift --skill database-management-ssujitx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of managing SQLite database schemas, migrations, and data integrity within the Docklift platform, ensuring that deployments remain stable and consistent.

Core Features & Use Cases

  • Schema Migration: Safely applies Prisma migrations to update the database structure without data loss.
  • Data Integrity: Provides automated routines to deduplicate environment variables and repair legacy database states.
  • Use Case: Use this skill when you need to update your Docklift database schema after modifying the Prisma model or when troubleshooting startup errors related to database migrations.

Quick Start

Run the database management skill to execute the production-equivalent bootstrap process and ensure your database schema is correctly migrated and deduplicated.

Frequently Asked Questions about Database Management

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

FAQPage Schema
How do I apply Prisma migrations to a SQLite database without losing data?

To apply Prisma migrations to a SQLite database without data loss, run the database management skill to safely execute schema updates. It facilitates production-equivalent bootstrapping and ensures data consistency during deployment cycles.

Why does my Docklift database startup fail after modifying the Prisma schema?

Docklift database startup failures after Prisma schema modifications often stem from pending migrations. Run the database management skill to execute the bootstrap process and correctly migrate your schema into the SQLite database.

What is the best way to deduplicate environment variables in a SQLite database?

The best way to deduplicate environment variables in a SQLite database is to use automated data integrity routines. This skill provides automated routines to deduplicate environment variables and repair legacy database states.

Do I need to manually configure SQLite before bootstrapping the Docklift platform?

You do not need to manually configure SQLite before bootstrapping the Docklift platform. The skill executes a production-grade database bootstrap process, ensuring the schema is correctly migrated and deduplicated automatically.

Can I use this skill to repair legacy database states during system maintenance?

Yes, you can use this skill to repair legacy database states during system maintenance. It provides automated routines to repair legacy states and ensures data consistency and integrity during deployment cycles.