Migrate Create
Skill Verified ActiveCreate a new sequentially numbered database migration with up/down SQL files
To streamline the process of creating database schema changes by automating migration numbering, SQL file generation, and metadata tracking.
Features
- Generates sequentially numbered migrations
- Creates up/down SQL files
- Selects SQL templates based on migration name
- Stores migration metadata
- Automates file path scanning and numbering
Use Cases
- When needing to create a new database migration for schema changes like creating tables or adding columns.
- When ensuring consistent, sequential numbering for database migrations.
- When needing to generate both forward and backward SQL scripts for each migration.
- When automating the process of adding new migrations to a project.
Non-Goals
- Executing migrations against a database
- Managing or applying existing migrations
- Validating the correctness of the generated SQL syntax beyond basic templating
- Providing a full schema migration framework
Workflow
- Scan migration directory to determine next sequential number
- Select appropriate SQL template based on migration name
- Generate 'up' migration SQL with idempotency checks
- Generate 'down' migration SQL with idempotency checks
- Search for similar past migration patterns
- Store migration metadata using MCP
- Report on created files and patterns found
Practices
- Database Migration Management
- Code Generation
- Developer Workflow Automation
Prerequisites
- Access to file system for migration directory
- Claude Code environment with necessary tools (Glob, Bash, MCP)
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-migrations@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Dsql
100Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL operations, query plan explainability, and SQL compatibility validation. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Sql Optimization
100Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.
DBHub Database Query Guide
100Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says "check the database" or "find me some data." This skill ensures you follow the correct explore-first workflow instead of guessing table structures.
V3 Memory Unification
99Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).