·database-migration
</>

database-migration

alekspetrov/navigator

Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database".

6Installs·0Trend·@alekspetrov

Installation

$npx skills add https://github.com/alekspetrov/navigator --skill database-migration

SKILL.md

Generate database migrations with rollback capability for schema changes, with built-in ToM verification for safe database operations.

Step 2.5: Verify Understanding (ToM Checkpoint - ALWAYS for DB) [EXECUTE]

CRITICAL: This step MUST ALWAYS be executed for database migrations. No exceptions.

Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database". Source: alekspetrov/navigator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alekspetrov/navigator --skill database-migration
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is database-migration?

Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database". Source: alekspetrov/navigator.

How do I install database-migration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alekspetrov/navigator --skill database-migration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/alekspetrov/navigator