create-migration

Installation
SKILL.md

Create Database Migration

Create a new database migration file. Arguments: $ARGUMENTS

Migration File Location

Create migration file under apps/core/src/migration/version/.

Naming format: v<major>.<minor>.<patch>.ts (e.g., v9.1.0.ts)

Migration File Template

import type { Db } from 'mongodb'

/**
 * Migration description: <describe the purpose of this migration>
 *
 * Changes:
Related skills
Installs
1
Repository
mx-space/core
GitHub Stars
518
First Seen
Mar 29, 2026