migrate-orm

Automate database schema migrations for ORM-based applications.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill migrate-orm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-orm
Source: https://github.com/zizzfizzix/agentic-engineering-framework/tree/main/core/ai/skills/migrate-orm
Command: npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill migrate-orm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of migrating and evolving the data layer for your project's ORM, simplifying the addition or modification of entities and relations, and managing schema migrations.

Core Features & Use Cases

  • ORM-Agnostic Migrations: Handles migrations for any ORM configured in aef.config.json.
  • Entity and Relation Management: Adds or modifies entities and their relations efficiently.
  • Schema Migrations: Generates and applies schema migrations, ensuring database consistency.
  • Use Case: When you need to update your database schema, such as adding a new user entity or modifying an existing one, this Skill automates the process to reduce errors and save time.

Quick Start

Run the 'migrate-orm' skill to apply the latest schema migration for your ORM.

Frequently Asked Questions about migrate-orm

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

FAQPage Schema
How do I automate database schema migrations for an ORM?

Database schema migrations for an ORM are automated by handling entity and relation modifications, generating schema migration files, and applying them to ensure database consistency. This reduces manual errors and saves time during schema evolution.

What's the best way to add or modify entities and relations in my database schema?

Adding or modifying entities and relations is handled through an ORM-agnostic migration workflow. The process streamlines data layer updates by automatically generating and applying the necessary schema migrations for your configured ORM.

Does ORM-agnostic schema evolution work with my specific ORM setup?

ORM-agnostic schema evolution works with any ORM configured in your project's `aef.config.json` file. It requires you to have the ORM-specific libraries installed in your environment to execute the defined migration workflow successfully.

How do I apply the latest schema migration to my ORM-based application?

To apply the latest schema migration, run the migration skill in your project environment. It follows a defined migration workflow to process entity modifications and apply schema changes, ensuring your database consistency is maintained.

What do I need to generate and apply schema migrations for my project?

Generating and applying schema migrations requires an ORM configured in `aef.config.json` and the necessary ORM-specific libraries installed. The environment must support executing scripts to handle the defined migration workflow.

Why does my ORM schema evolution process fail without ORM-specific libraries?

ORM schema evolution fails without ORM-specific libraries because the migration workflow depends on them to interpret entity and relation modifications and apply schema changes. These libraries are required dependencies for generating and applying migrations.