Database Migration

🌐Community
by dauquangthanh · 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 dauquangthanh-database-migration npx -- -y @trustedskills/dauquangthanh-database-migration
2

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

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

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

About This Skill

What it does

This skill automates database migrations, allowing for seamless updates to your database schema. It handles tasks like creating new tables, modifying existing ones, and applying data transformations with minimal manual intervention. The tool ensures a smooth transition between different versions of your database structure, reducing downtime and potential errors.

When to use it

  • Deploying application updates: When releasing a new version of an application that requires changes to the underlying database schema.
  • Refactoring database design: To safely implement significant structural changes to your database without data loss or service interruption.
  • Migrating between database systems: When moving from one type of database (e.g., MySQL) to another (e.g., PostgreSQL).
  • Applying schema updates in development/staging environments: Quickly and reliably test and apply schema changes before deploying them to production.

Key capabilities

  • Automated migration execution
  • Schema creation & modification
  • Data transformation support
  • Version control integration

Example prompts

  • "Run the latest database migrations."
  • "Apply migration version 202310271430."
  • "Rollback to the previous database state."

Tips & gotchas

The skill requires access to your database and appropriate credentials. Ensure that you have a properly configured migration system (e.g., Alembic, Flyway) before using this skill for optimal results.

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
dauquangthanh
Installs
9

🌐 Community

Passed automated security scans.