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

Database Migration

Skill Verifiziert Aktiv

Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.

Zweck

To simplify and de-risk the process of migrating databases, changing schemas, performing data transformations, and implementing zero-downtime deployments.

Funktionen

  • Execute migrations across multiple ORMs (Sequelize, TypeORM, Prisma)
  • Implement zero-downtime deployment strategies
  • Perform complex data transformations and schema changes
  • Provide rollback procedures for failed migrations
  • Handle cross-database migrations (e.g., PostgreSQL to MySQL)

Anwendungsfälle

  • Migrating databases between different ORMs
  • Changing database schemas safely with zero downtime
  • Performing complex data transformations during migrations
  • Implementing rollback procedures for failed migration steps
  • Upgrading database versions with minimal disruption

Nicht-Ziele

  • Performing general database administration tasks
  • Database performance tuning unrelated to migration
  • Data backup and restore unrelated to migration rollback

Workflow

  1. Define migration scripts for the target ORM
  2. Execute schema transformations, data migrations, or zero-downtime strategies
  3. Implement rollback procedures in case of failure
  4. Verify migration success and finalize changes

Documentation

  • info:READMEWhile a README exists for the overall repository, this specific skill's documentation is primarily within its SKILL.md file, which adequately serves its purpose.

Scope

  • info:Dry-run previewWhile the skill doesn't have an explicit dry-run flag, the nature of migration scripts often involves manual review and explicit execution commands, providing a form of preview.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add wshobson/agents
/plugin install framework-migration@claude-code-workflows

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert 6 days ago

Vertrauenssignale

Letzter Commit8 days ago
Sterne35.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

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

Migrate Create

99

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

Skill
ruvnet

Migrate Validate

100

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

Skill
ruvnet

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