Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Migrate Create

Skill Verifiziert Aktiv

Create a new sequentially numbered database migration with up/down SQL files

Zweck

To streamline the process of creating database schema changes by automating migration numbering, SQL file generation, and metadata tracking.

Funktionen

  • 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

Anwendungsfälle

  • 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.

Nicht-Ziele

  • 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

  1. Scan migration directory to determine next sequential number
  2. Select appropriate SQL template based on migration name
  3. Generate 'up' migration SQL with idempotency checks
  4. Generate 'down' migration SQL with idempotency checks
  5. Search for similar past migration patterns
  6. Store migration metadata using MCP
  7. Report on created files and patterns found

Praktiken

  • Database Migration Management
  • Code Generation
  • Developer Workflow Automation

Voraussetzungen

  • Access to file system for migration directory
  • Claude Code environment with necessary tools (Glob, Bash, MCP)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-migrations@ruflo

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commitabout 24 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet

Dsql

100

Build 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.

Skill
awslabs

Cli Creator

100

Build 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.

Skill
openai

Sql Optimization

100

Universal 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.

Skill
github

DBHub Database Query Guide

100

Anleitung zum Abfragen von Datenbanken über den DBHub MCP-Server. Verwenden Sie diese Fähigkeit immer dann, wenn Sie Datenbankschemata untersuchen, Tabellen inspizieren oder SQL-Abfragen über die MCP-Tools von DBHub ausführen müssen (search_objects, execute_sql). Aktiviert bei jeder Datenbankabfrageaufgabe, Schemadeckung, Datenabfrage oder SQL-Ausführung über MCP – auch wenn der Benutzer nur „Datenbank prüfen“ oder „mir Daten finden“ sagt. Diese Fähigkeit stellt sicher, dass Sie dem richtigen Workflow „zuerst erkunden“ folgen, anstatt Tabellenstrukturen zu erraten.

Skill
bytebase

V3 Memory Unification

99

Unify 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).

Skill
ruvnet