Database Migration
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.
Run in terminal (recommended)
claude mcp add alekspetrov-database-migration npx -- -y @trustedskills/alekspetrov-database-migration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alekspetrov-database-migration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alekspetrov-database-migration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates and streamlines the process of migrating databases. It handles schema changes, data transformations, and potential conflicts between different database versions or types. The goal is to minimize downtime and ensure data integrity during these often complex operations.
When to use it
- Upgrading a Database: You need to move from an older version of MySQL to the latest release.
- Migrating Between Database Systems: Switching from PostgreSQL to MongoDB requires schema adjustments and data conversion.
- Applying Schema Changes: Implementing new tables, columns, or indexes across a large database environment.
- Data Warehouse Updates: Refreshing data in a data warehouse with transformed data from operational systems.
Key capabilities
- Automated schema migration
- Data transformation during migration
- Conflict resolution
- Database version compatibility handling
Example prompts
- "Migrate the 'customers' table from MySQL 5.7 to PostgreSQL 14, ensuring all data is converted correctly."
- "Apply the latest schema changes defined in
migration_script.sqlto our production database." - βCan you migrate our legacy Oracle database to a cloud-based Snowflake instance?β
Tips & gotchas
The skill requires access credentials and connection details for both the source and destination databases. Always test migrations on a staging environment before applying them to production data.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.