Database Migration

🌐Community
by hermeticormus · vlatest · Repository

Helps with database, migration as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add hermeticormus-database-migration npx -- -y @trustedskills/hermeticormus-database-migration
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "hermeticormus-database-migration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/hermeticormus-database-migration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the process of migrating databases, handling schema changes and data transfers between different database systems. It can manage complex migrations involving various SQL dialects and ensures data integrity throughout the process. The tool supports both forward and backward migration capabilities, allowing for flexible deployment strategies.

When to use it

  • You need to upgrade a legacy database system to a newer version.
  • Migrating data from one cloud provider's database service to another (e.g., AWS RDS to Google Cloud SQL).
  • Performing schema changes and data updates during application deployments.
  • Rolling back database migrations in case of errors or unforeseen issues.

Key capabilities

  • Schema migration across different database systems
  • Data transfer between databases
  • Support for various SQL dialects
  • Forward and backward migration functionality
  • Automated conflict resolution

Example prompts

  • "Migrate the 'users' table from MySQL to PostgreSQL."
  • "Perform a forward migration of the database schema based on the provided script."
  • "Rollback the last database migration applied during deployment."

Tips & gotchas

The skill requires access credentials and connection details for both source and destination databases. Ensure these are securely provided and that the user has appropriate permissions to perform the requested operations.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
hermeticormus
Installs
6

🌐 Community

Passed automated security scans.