database-migration

Execute database migrations across ORMs with rollback-safe procedures.

4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/AI-Foundry-Core/ril-agents --skill database-migration-ai-foundry-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-migration
Source: https://github.com/AI-Foundry-Core/ril-agents/tree/main/plugins/framework-migration/skills/database-migration
Command: npx skills add https://github.com/AI-Foundry-Core/ril-agents --skill database-migration-ai-foundry-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Migrate databases across ORMs (Sequelize, TypeORM, Prisma) with zero-downtime strategies, including data transformation and rollback procedures.

Core Features & Use Cases

  • Cross-ORM migrations and schema transformations across Sequelize, TypeORM, and Prisma.
  • Zero-downtime deployment strategies with safe rollback procedures.
  • Data migration and transformation workflows across databases (PostgreSQL, MySQL, etc.).

Quick Start

Provide your migration context to generate a deterministic, rollback-safe migration plan.

Frequently Asked Questions about database-migration

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

FAQPage Schema
How do I migrate a database from Sequelize to TypeORM or Prisma without downtime?

Zero-downtime database migration across ORMs requires a deterministic plan that applies schema changes and data movement in reversible steps. This ensures continuous availability while transforming schemas between Sequelize, TypeORM, and Prisma.

What is a rollback-safe database migration strategy?

A rollback-safe migration strategy applies reversible steps and safeguards like backups to ensure schema changes and data transformations can be safely undone. It supports cross-database compatibility across PostgreSQL and MySQL.

Does this database migration approach work with both PostgreSQL and MySQL?

Yes, this database migration approach supports cross-database compatibility across PostgreSQL and MySQL. It applies zero-downtime deployment strategies and data transformation workflows across different relational database platforms.

What is the best way to transform data during a schema change?

The best way to transform data during a schema change is using a deterministic migration plan with built-in data transformation workflows. This ensures data movement occurs safely with rollback procedures and backups in place.

How do I generate a deterministic migration plan for cross-ORM schema transformations?

You generate a deterministic migration plan for cross-ORM schema transformations by providing your specific migration context. This produces a rollback-safe deployment plan that handles data movement and schema changes across ORMs.